For client project, remove 'view all issues' from sidebar

This commit is contained in:
Jason Derrett
2010-04-21 10:32:16 -05:00
parent 624b80a128
commit 4b1a4cd156

View File

@@ -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 />