use icons from icon font

pull/6827/head
Christian Ratz 11 years ago
parent 5034ab5aa0
commit 504ca8960b
  1. 2
      app/views/roles/index.html.erb

@ -34,7 +34,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= content_tag(role.builtin? ? 'em' : 'span', link_to(role.name, :action => 'edit', :id => role)) %> <%= content_tag(role.builtin? ? 'em' : 'span', link_to(role.name, :action => 'edit', :id => role)) %>
</td> </td>
<td align="center" style="width:15%;"> <td align="center" style="width:15%;">
<%= image_tag('webalys/check.png', :alt => l(:general_text_Yes)) if role.is_a?(GlobalRole) %> <%= icon_wrapper('icon-context icon-yes', I18n.t(:general_text_Yes)) if role.is_a?(GlobalRole) %>
</td> </td>
<td align="center" style="width:15%;"> <td align="center" style="width:15%;">
<% unless role.builtin? %> <% unless role.builtin? %>

Loading…
Cancel
Save