]> source.dussan.org Git - redmine.git/commitdiff
Add an icon linked to trackers detail report on the project overview page (#31465).
authorGo MAEDA <maeda@farend.jp>
Sun, 2 Jun 2019 05:53:19 +0000 (05:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 2 Jun 2019 05:53:19 +0000 (05:53 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18213 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/show.html.erb

index 06eca997012f9e7ad5623b29640c385358bfbbeb..c46ec9cab0e56fe6ac0e5ed5ae958c679b81cad1 100644 (file)
 
   <% if User.current.allowed_to?(:view_issues, @project) %>
   <div class="issues box">
-    <h3 class="icon icon-issue"><%=l(:label_issue_tracking)%></h3>
+    <h3 class="icon icon-issue">
+      <%=l(:label_issue_tracking)%>&nbsp;
+      <%= link_to l(:label_details),
+            project_issues_report_details_path(@project, :detail => 'tracker'),
+            :class => 'icon-only icon-zoom-in',
+            :title => l(:label_details) %>
+    </h3>
     <% if @trackers.present? %>
     <table class="list issue-report">
       <thead>