summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-12 14:07:42 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-12 14:07:42 +0000
commitc7b7eb365a16d6f4fc3a031ba1033763dc73694d (patch)
treeaac66ebe283cf436c349e85d7989eb3d04988ea2 /app/views
parent5243bc5a6cfcb2e385a06b1ff4708e213d7dcd6d (diff)
downloadredmine-c7b7eb365a16d6f4fc3a031ba1033763dc73694d.tar.gz
redmine-c7b7eb365a16d6f4fc3a031ba1033763dc73694d.zip
Merged r21357 from trunk to 4.2-stable (#35090).
git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21360 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 880c953ea..b05b6ccf2 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -13,7 +13,7 @@
<%= link_to_if_authorized l(:label_settings),
{:controller => 'projects', :action => 'settings', :id => @project, :tab => 'issues'},
- :class => 'icon icon-settings' if User.current.allowed_to?(:manage_categories, @project) %>
+ :class => 'icon icon-settings' if User.current.allowed_to?(:edit_project, @project) %>
<% end %>
</div>