"New Project" link on Projects page for admin users (#1082).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1518 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0389c60129
commit
e46b56d7fc
|
@ -1,4 +1,5 @@
|
|||
<div class="contextual">
|
||||
<%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.admin? %>
|
||||
<%= link_to l(:label_issue_view_all), { :controller => 'issues' } %> |
|
||||
<%= link_to l(:label_overall_activity), { :controller => 'projects', :action => 'activity' }%>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue