fix indentation on shared/errors

This commit is contained in:
Álvaro Durán Tovar
2015-09-06 19:55:37 +02:00
parent 92ae988251
commit 7fd7f2cc81

View File

@@ -1,7 +1,8 @@
<% if resource.errors.any? %>
<div id="error_explanation" data-lert class="alert-box alert radius">
<a href="#" class="close">&times;</a>
<strong>
<strong>
<%= 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 %>
</strong>
</strong>
</div>
<% end %>