Commit 3224773a authored by Eric Davis's avatar Eric Davis

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
parent 964245e3
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<% end %> <% end %>
</ul> </ul>
<% end %> <% end %>
<%= call_hook :view_account_left_bottom, :user => @user %>
</div> </div>
<div class="splitcontentright"> <div class="splitcontentright">
...@@ -63,6 +64,7 @@ ...@@ -63,6 +64,7 @@
<%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %>
<% end %> <% end %>
<% end %> <% end %>
<%= call_hook :view_account_right_bottom, :user => @user %>
</div> </div>
<% html_title @user.name %> <% html_title @user.name %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment