diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 410ea6e..24106ca 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 %>