summaryrefslogtreecommitdiffstats
path: root/app/views/account/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/account/show.rhtml')
-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 %>