summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 15:13:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 15:13:40 +0000
commit462c986452e25d00b4a76db6494b2649ca9d2285 (patch)
tree6a7d98d089b79dc17ce520fdded3fc420b1391a6 /app/views
parentc3170e92649160ded08db20339267763afaa98a1 (diff)
downloadredmine-462c986452e25d00b4a76db6494b2649ca9d2285.tar.gz
redmine-462c986452e25d00b4a76db6494b2649ca9d2285.zip
Moved link to the contextual menu.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10282 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/roles/index.html.erb3
1 files changed, 1 insertions, 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 @@
<div class="contextual">
<%= 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' %>
</div>
<h2><%=l(:label_role_plural)%></h2>
@@ -29,6 +30,4 @@
<p class="pagination"><%= pagination_links_full @role_pages %></p>
-<p><%= link_to l(:label_permissions_report), :action => 'permissions' %></p>
-
<% html_title(l(:label_role_plural)) -%>