Chris@0:
<%=l(:label_role)%> | Chris@0:<%=l(:button_sort)%> | Chris@909:Chris@0: |
---|---|---|
<%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), edit_role_path(role))) %> | Chris@0:Chris@0: <% unless role.builtin? %> Chris@1115: <%= reorder_links('role', {:action => 'update', :id => role}, :put) %> Chris@0: <% end %> Chris@0: | Chris@0:Chris@1115: <%= link_to l(:button_copy), new_role_path(:copy => role), :class => 'icon icon-copy' %> Chris@1115: <%= delete_link role_path(role) unless role.builtin? %> Chris@0: | Chris@0:
<%= pagination_links_full @role_pages %>
Chris@0: Chris@0: <% html_title(l(:label_role_plural)) -%>