summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-05-30 22:09:49 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-05-30 22:09:49 +0000
commit3224773adac8e3f20949164ca880d6c290b14bb7 (patch)
treea7c0376a958e304c5143907634e1d4f43f3969ae /app/views
parent964245e30a267e0cf9f8073f06cdbcc38ba0d6dd (diff)
downloadredmine-3224773adac8e3f20949164ca880d6c290b14bb7.tar.gz
redmine-3224773adac8e3f20949164ca880d6c290b14bb7.zip
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/account/show.rhtml2
1 files changed, 2 insertions, 0 deletions
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 %>
</ul>
<% end %>
+<%= call_hook :view_account_left_bottom, :user => @user %>
</div>
<div class="splitcontentright">
@@ -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 %>
</div>
<% html_title @user.name %>