From: Eric Davis Date: Sat, 30 May 2009 22:09:49 +0000 (+0000) Subject: Added two plugin hooks to the account page: X-Git-Tag: 0.9.0~442 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3224773adac8e3f20949164ca880d6c290b14bb7;p=redmine.git Added two plugin hooks to the account page: * :view_account_left_bottom * :view_account_right_bottom git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2772 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 410ea6ee4..24106ca01 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -29,6 +29,7 @@ <% end %> <% end %> +<%= call_hook :view_account_left_bottom, :user => @user %>
@@ -63,6 +64,7 @@ <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> <% end %> <% end %> +<%= call_hook :view_account_right_bottom, :user => @user %>
<% html_title @user.name %>