]> source.dussan.org Git - redmine.git/commitdiff
Added two plugin hooks to the account page:
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 30 May 2009 22:09:49 +0000 (22:09 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 30 May 2009 22:09:49 +0000 (22:09 +0000)
* :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

app/views/account/show.rhtml

index 410ea6ee41d243c0fa7d67db1eaa458b2536d01c..24106ca010d86f6105c093ccad9a35b509e55e1c 100644 (file)
@@ -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 %>