Adds foundation 6 🎉
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<% if resource.errors.any? %>
|
||||
<div id="error_explanation" data-alert class="alert-box alert radius">
|
||||
<a href="#" class="close" title="<%= t("application.close") %>">×</a>
|
||||
<div id="error_explanation" data-alert class="callout alert" data-closable>
|
||||
<button class="close-button" aria-label="<%= t("application.close") %>" type="button" data-close>
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
|
||||
<strong>
|
||||
<%= pluralize resource.errors.count, t("form.error"), t("form.errors") %>
|
||||
|
||||
Reference in New Issue
Block a user