diff --git a/app/views/shared/_errors.html.erb b/app/views/shared/_errors.html.erb index 33d48bca3..a1887d222 100644 --- a/app/views/shared/_errors.html.erb +++ b/app/views/shared/_errors.html.erb @@ -1,7 +1,8 @@ <% if resource.errors.any? %>
× - + + <%= pluralize resource.errors.count, t("form.error"), t("form.errors") %> <% if local_assigns[:message].present? %> @@ -9,7 +10,6 @@ <% else %> <%= t("form.not_saved", resource: t("form.#{resource.class.to_s.downcase}")) %> <% end %> - - +
<% end %> \ No newline at end of file