@@ -13,6 +13,7 | |||
|
13 | 13 | <h3><%=l(:field_author)%> <%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'author' %></h3> |
|
14 | 14 | <%= render :partial => 'simple', :locals => { :data => @issues_by_author, :field_name => "author_id", :rows => @authors } %> |
|
15 | 15 | <br /> |
|
16 | <%= call_hook(:view_reports_issue_report_split_content_left, :project => @project) %> | |
|
16 | 17 | </div> |
|
17 | 18 | |
|
18 | 19 | <div class="splitcontentright"> |
@@ -27,5 +28,6 | |||
|
27 | 28 | <h3><%=l(:field_category)%> <%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'category' %></h3> |
|
28 | 29 | <%= render :partial => 'simple', :locals => { :data => @issues_by_category, :field_name => "category_id", :rows => @categories } %> |
|
29 | 30 | <br /> |
|
31 | <%= call_hook(:view_reports_issue_report_split_content_right, :project => @project) %> | |
|
30 | 32 | </div> |
|
31 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now