##// END OF EJS Templates
Added two new plugin hooks to the Project Overview page...
Eric Davis -
r2594:1be0b8f0cbc8
parent child
Show More
@@ -31,6 +31,7
31 31 <p><%= link_to l(:label_issue_view_all), :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 %></p>
32 32 </div>
33 33 <% end %>
34 <%= call_hook(:view_projects_show_left, :project => @project) %>
34 35 </div>
35 36
36 37 <div class="splitcontentright">
@@ -52,6 +53,7
52 53 <p><%= link_to l(:label_news_view_all), :controller => 'news', :action => 'index', :project_id => @project %></p>
53 54 </div>
54 55 <% end %>
56 <%= call_hook(:view_projects_show_right, :project => @project) %>
55 57 </div>
56 58
57 59 <% content_for :sidebar do %>
General Comments 0
You need to be logged in to leave comments. Login now