summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/reports/issue_report_details.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/reports/issue_report_details.html.erb b/app/views/reports/issue_report_details.html.erb
index be7259d6b..201ba1b10 100644
--- a/app/views/reports/issue_report_details.html.erb
+++ b/app/views/reports/issue_report_details.html.erb
@@ -1,7 +1,6 @@
-<h2><%=l(:label_report_plural)%></h2>
+<h2><%= link_to l(:label_report_plural), project_issues_report_path(@project) %> ยป</h2>
<h3><%=@report_title%></h3>
<%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
<br />
<%= link_to l(:button_back), project_issues_report_path(@project) %>
-