mirror of
https://github.com/redmine/redmine.git
synced 2026-06-18 17:59:58 +02: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:
@@ -69,6 +69,7 @@
|
||||
<% end %>
|
||||
<p>
|
||||
<%= 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 %>
|
||||
|
||||
Reference in New Issue
Block a user