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
This commit is contained in:
parent
41ff1b9cb2
commit
5db9a982cc
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue