##// END OF EJS Templates
Added plugin hook, :view_projects_show_sidebar_bottom...
Eric Davis -
r2754:847c7367b429
parent child
Show More
@@ -70,6 +70,7
70 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
70 <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
71 <%= link_to(l(:label_report), {:controller => 'timelog', :action => 'report', :project_id => @project}) %></p>
71 <%= link_to(l(:label_report), {:controller => 'timelog', :action => 'report', :project_id => @project}) %></p>
72 <% end %>
72 <% end %>
73 <%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
73 <% end %>
74 <% end %>
74
75
75 <% content_for :header_tags do %>
76 <% content_for :header_tags do %>
General Comments 0
You need to be logged in to leave comments. Login now