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