Project

General

Profile

Patch #31493 » link-to-project_issues_report_path.patch

Go MAEDA, 2019-06-02 10:06

View differences:

app/views/reports/issue_report_details.html.erb
1
<h2><%=l(:label_report_plural)%></h2>
1
<h2><%= link_to l(:label_report_plural), project_issues_report_path(@project) %> »</h2>
2 2

  
3 3
<h3><%=@report_title%></h3>
4 4
<%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
5 5
<br />
6 6
<%= link_to l(:button_back), project_issues_report_path(@project) %>
7

  
(2-2/2)