For client project, remove 'view all issues' from sidebar
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<h3><%= l(:budget_title) %></h3>
|
||||
<%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br />
|
||||
<%= link_to_function l(:label_new_deliverable), "$('new-deliverable').toggle();" if allowed_management? %><br />
|
||||
<%= link_to_function l(:label_toggle_all), "toggleAll();" if allowed_management? %><br />
|
||||
|
||||
Reference in New Issue
Block a user