summaryrefslogtreecommitdiffstats
path: root/app/views/reports
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-06-20 03:37:42 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-06-20 03:37:42 +0000
commit5db9a982cc314a3b869cb97945cc97a75405a527 (patch)
treedf9cd814bfaece3c4b3b0ceab3f43be3903d8de3 /app/views/reports
parent41ff1b9cb2648eab0c8d67b074de81efe1eabb78 (diff)
downloadredmine-5db9a982cc314a3b869cb97945cc97a75405a527.tar.gz
redmine-5db9a982cc314a3b869cb97945cc97a75405a527.zip
Added two hooks to the issues report. #5233
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3797 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/reports')
-rw-r--r--app/views/reports/issue_report.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml
index 3b869e3f7..d70d429bb 100644
--- a/app/views/reports/issue_report.rhtml
+++ b/app/views/reports/issue_report.rhtml
@@ -13,6 +13,7 @@
<h3><%=l(:field_author)%>&nbsp;&nbsp;<%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'author' %></h3>
<%= render :partial => 'simple', :locals => { :data => @issues_by_author, :field_name => "author_id", :rows => @authors } %>
<br />
+<%= call_hook(:view_reports_issue_report_split_content_left, :project => @project) %>
</div>
<div class="splitcontentright">
@@ -27,5 +28,6 @@
<h3><%=l(:field_category)%>&nbsp;&nbsp;<%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'category' %></h3>
<%= render :partial => 'simple', :locals => { :data => @issues_by_category, :field_name => "category_id", :rows => @categories } %>
<br />
+<%= call_hook(:view_reports_issue_report_split_content_right, :project => @project) %>
</div>