Adds title on close alerts link
This commit is contained in:
@@ -30,14 +30,14 @@
|
||||
<div class="panel">
|
||||
<% 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 warning">
|
||||
<a href="#" class="close">×</a>
|
||||
<a href="#" class="close" title="<%= t("application.close") %>">×</a>
|
||||
<%= alert %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user