diff options
-rw-r--r-- | app/views/reports/issue_report.rhtml | 2 |
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)%> <%= 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)%> <%= 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> |