diff options
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/index.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 7000c5e55..7d3dc6941 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -54,8 +54,6 @@ <% end %> <%= actions_dropdown do %> - <%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %> - <% if @project %> <%= link_to l(:field_summary), project_issues_report_path(@project) %> <% end %> |