##// END OF EJS Templates
Added two plugin hooks to the account page:...
Eric Davis -
r2672:3224773adac8
parent child
Show More
@@ -29,6 +29,7
29 29 <% end %>
30 30 </ul>
31 31 <% end %>
32 <%= call_hook :view_account_left_bottom, :user => @user %>
32 33 </div>
33 34
34 35 <div class="splitcontentright">
@@ -63,6 +64,7
63 64 <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %>
64 65 <% end %>
65 66 <% end %>
67 <%= call_hook :view_account_right_bottom, :user => @user %>
66 68 </div>
67 69
68 70 <% html_title @user.name %>
General Comments 0
You need to be logged in to leave comments. Login now