1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Go MAEDA 2018-09-20 06:25:01 +00:00
parent 1d596677f2
commit e9d15d691b

View File

@ -69,6 +69,7 @@
<% end %> <% end %>
<p> <p>
<%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter => 1) %> <%= 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) %> <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
| <%= link_to l(:label_calendar), project_calendar_path(@project) %> | <%= link_to l(:label_calendar), project_calendar_path(@project) %>
<% end %> <% end %>