<%=l(:label_role)%> | <%=l(:button_sort)%> | |
---|---|---|
<%= content_tag('span', link_to(role.name, :action => 'edit', :id => role)) %> | <%= reorder_links('role', {:action => 'edit', :id => role}) %> | <%= link_to(l(:button_delete), { :action => 'destroy', :id => role }, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del')%> |
<%= link_to l(:label_permissions_report), :action => 'report' %>
<% html_title(l(:label_role_plural)) -%>