Project

General

Profile

Patch #31465 » add-link-to-issues_report_details.patch

Go MAEDA, 2019-05-28 08:31

View differences:

app/views/projects/show.html.erb
38 38

  
39 39
  <% if User.current.allowed_to?(:view_issues, @project) %>
40 40
  <div class="issues box">
41
    <h3 class="icon icon-issue"><%=l(:label_issue_tracking)%></h3>
41
    <h3 class="icon icon-issue">
42
      <%=l(:label_issue_tracking)%>&nbsp;
43
      <%= link_to l(:label_details),
44
            project_issues_report_details_path(@project, :detail => 'tracker'),
45
            :class => 'icon-only icon-zoom-in',
46
            :title => l(:label_details) %>
47
    </h3>
42 48
    <% if @trackers.present? %>
43 49
    <table class="list issue-report">
44 50
      <thead>
(3-3/3)