diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 30cef5330..4a09cdfdd 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -1,5 +1,6 @@
<%= link_to l(:label_role_new), new_role_path, :class => 'icon icon-add' %> +<%= link_to l(:label_permissions_report), {:action => 'permissions'}, :class => 'icon icon-summary' %>

<%=l(:label_role_plural)%>

@@ -29,6 +30,4 @@

<%= pagination_links_full @role_pages %>

-

<%= link_to l(:label_permissions_report), :action => 'permissions' %>

- <% html_title(l(:label_role_plural)) -%>