From 3b4ea5bd6f5bb1a90b3109e04a901b7f8944be75 Mon Sep 17 00:00:00 2001
From: Tim Felgentreff <timfelgentreff@gmail.com>
Date: Thu, 1 Apr 2010 19:17:14 +0200
Subject: [PATCH] add a hook in the summary view

---
 app/views/reports/issue_report.rhtml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml
index 1ed16ea..4d93c0b 100644
--- a/app/views/reports/issue_report.rhtml
+++ b/app/views/reports/issue_report.rhtml
@@ -27,5 +27,6 @@
 <h3><%=l(:field_category)%>&nbsp;&nbsp;<%= link_to image_tag('zoom_in.png'), :detail => 'category' %></h3>
 <%= render :partial => 'simple', :locals => { :data => @issues_by_category, :field_name => "category_id", :rows => @categories } %>
 <br />
+<%= call_hook(:view_reports_issue_report_bottom, :project => @project) %>
 </div>
 
-- 
1.6.6.1


