summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/show.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index c46ec9cab..a3ac9b14f 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -10,6 +10,10 @@
<%= link_to l(:button_reopen), reopen_project_path(@project), :data => {:confirm => l(:text_are_you_sure)}, :method => :post, :class => 'icon icon-unlock' %>
<% end %>
<% end %>
+ <%= link_to_if_authorized l(:label_settings),
+ {:controller => 'projects', :action => 'settings', :id => @project},
+ :class => 'icon icon-settings' if User.current.allowed_to?(:edit_project, @project) %>
+
</div>
<h2><%=l(:label_overview)%></h2>