From a8d945bed01dd396145bf1a4942fbb52d737dca2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 16:38:30 +0000 Subject: [PATCH] Remove "View all issues" link from actions dropdown (#30294). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18304 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/index.html.erb | 2 -- 1 file changed, 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 %> -- 2.39.5