Patch #29644 » link-to-issues-summary.diff
| app/views/projects/show.html.erb (working copy) | ||
|---|---|---|
| 69 | 69 |
<% end %> |
| 70 | 70 |
<p> |
| 71 | 71 |
<%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter => 1) %> |
| 72 |
| <%= link_to l(:field_summary), project_issues_report_path(@project) %> |
|
| 72 | 73 |
<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> |
| 73 | 74 |
| <%= link_to l(:label_calendar), project_calendar_path(@project) %> |
| 74 | 75 |
<% end %> |
- « Previous
- 1
- 2
- Next »