fix indentation on shared/errors
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<% if resource.errors.any? %>
|
||||
<div id="error_explanation" data-lert class="alert-box alert radius">
|
||||
<a href="#" class="close">×</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 %>
|
||||
Reference in New Issue
Block a user