Chris@909:
<%=l(:label_role)%> | Chris@909:<%=l(:button_sort)%> | Chris@909:Chris@909: |
---|---|---|
<%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), :action => 'edit', :id => role)) %> | Chris@909:Chris@909: <% unless role.builtin? %> Chris@909: <%= reorder_links('role', {:action => 'edit', :id => role}) %> Chris@909: <% end %> Chris@909: | Chris@909:Chris@909: <%= link_to(l(:button_delete), { :action => 'destroy', :id => role }, Chris@909: :method => :post, Chris@909: :confirm => l(:text_are_you_sure), Chris@909: :class => 'icon icon-del') unless role.builtin? %> Chris@909: | Chris@909:
<%= pagination_links_full @role_pages %>
Chris@909: Chris@909:<%= link_to l(:label_permissions_report), :action => 'report' %>
Chris@909: Chris@909: <% html_title(l(:label_role_plural)) -%>