summaryrefslogtreecommitdiffstats
path: root/app/views/roles
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-23 16:10:07 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-23 16:10:07 +0000
commitb7d8913459ae1692fb1750ff7c14ea42ee230598 (patch)
tree6111b6550c94b82a7ef89e87398dfdaff8daf725 /app/views/roles
parent4ac43ab876319acb828aedc1c7cc0210f4cb0d9e (diff)
downloadredmine-b7d8913459ae1692fb1750ff7c14ea42ee230598.tar.gz
redmine-b7d8913459ae1692fb1750ff7c14ea42ee230598.zip
Code cleanup, use named routes.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11078 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r--app/views/roles/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index 5326c5638..4240d096b 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -1,6 +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' %>
+<%= link_to l(:label_permissions_report), permissions_roles_path, :class => 'icon icon-summary' %>
</div>
<h2><%=l(:label_role_plural)%></h2>