diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-09-12 00:08:38 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-09-12 00:08:38 +0000 |
commit | 847c7367b429e8df0e0fa1dbf3e415e37dd82bf1 (patch) | |
tree | 455fbc468d677d97d7df53159123adfafcacb875 | |
parent | 02d07d8a430ff7a1304b7db82dad75813f5b1943 (diff) | |
download | redmine-847c7367b429e8df0e0fa1dbf3e415e37dd82bf1.tar.gz redmine-847c7367b429e8df0e0fa1dbf3e415e37dd82bf1.zip |
Added plugin hook, :view_projects_show_sidebar_bottom
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2866 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/projects/show.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index c1f3f6575..250e8512f 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -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 %> |