From 1147aff9e0f51981e833f4730dd4ba65664882c0 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sat, 5 Jan 2019 04:02:42 +0000 Subject: [PATCH 2/2] Remove "View all issues" link from actions dropdown --- 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 23a27bc..142a593 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -4,8 +4,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.1.4