Files
nairobi/app/views/shared/_errors.html.erb
2015-08-16 15:57:09 +02:00

10 lines
324 B
Plaintext

<% if resource.errors.any? %>
<div id="error_explanation" class="alert-box alert radius">
<p>
<strong>
<%= pluralize resource.errors.count, t("form.error"), t("form.errors") %>
<%= t("form.not_saved", resource: t("form.#{resource.class.to_s.downcase}")) %>
</strong>
</p>
</div>
<% end %>