From e9d15d691b2c5f314d618156077ec3b7f20e5fa2 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 20 Sep 2018 06:25:01 +0000 Subject: [PATCH] Add a link to issue summary to issue tracking box on overview page (#29644). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17495 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 2368a29c4..5c3968511 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -69,6 +69,7 @@ <% end %>

<%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter => 1) %> + | <%= link_to l(:field_summary), project_issues_report_path(@project) %> <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> | <%= link_to l(:label_calendar), project_calendar_path(@project) %> <% end %>