@ -1,5 +1,7 @@
# Changelog
* Adaptations for new icon font
## 1.0.1.pre2
* `#2459` Squashed old migrations
@ -22,7 +22,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= link_to_function l(:button_edit), "return false;", :class => 'icon icon-edit' %>
<%end%>
<%= link_to_remote(l(:button_delete), { :url => principal_role_url(principal_role.id),
:method => :delete },
:class => 'icon icon-del') %>
:class => 'icon icon-delete') %>
</td>
</tr>
@ -35,7 +35,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= link_to(l(:button_delete), principal_role_path(role),
:method => :delete,
:confirm => l(:text_are_you_sure),
:class => 'icon icon-del')%>
:class => 'icon icon-delete')%>
<% end %>
@ -43,7 +43,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= link_to(l(:button_delete), role_path(role),
:class => 'icon icon-del') unless role.builtin? %>
:class => 'icon icon-delete') unless role.builtin? %>