Adds title on close alerts link
This commit is contained in:
@@ -26,14 +26,14 @@
|
||||
<div class="admin-content small-12 medium-9 column">
|
||||
<% if notice %>
|
||||
<div data-alert class="alert-box radius success">
|
||||
<a href="#" class="close">×</a>
|
||||
<a href="#" class="close" title="<%= t("application.close") %>">×</a>
|
||||
<%= notice %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if alert %>
|
||||
<div data-alert class="alert-box radius alert">
|
||||
<a href="#" class="close">×</a>
|
||||
<a href="#" class="close" title="<%= t("application.close") %>">×</a>
|
||||
<%= alert %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user