From 462c986452e25d00b4a76db6494b2649ca9d2285 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 2 Sep 2012 15:13:40 +0000 Subject: [PATCH] Moved link to the contextual menu. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10282 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/roles/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) -%>