]> source.dussan.org Git - redmine.git/commitdiff
Added plugin hook, :view_projects_show_sidebar_bottom
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 12 Sep 2009 00:08:38 +0000 (00:08 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 12 Sep 2009 00:08:38 +0000 (00:08 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2866 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/show.rhtml

index c1f3f65752a8d906777ec44bf3e7d6cd8c0185eb..250e8512f4f682ec754b701fc594eefe33b99802 100644 (file)
@@ -70,6 +70,7 @@
     <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
     <%= link_to(l(:label_report), {:controller => 'timelog', :action => 'report', :project_id => @project}) %></p>
     <% end %>
+    <%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
 <% end %>
 
 <% content_for :header_tags do %>