##// END OF EJS Templates
Added hook :view_repositories_show_contextual to allow adding items to the...
Eric Davis -
r1946:48ae6f38e121
parent child
Show More
@@ -1,4 +1,5
1 <div class="contextual">
1 <div class="contextual">
2 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
2 <%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %>
3 <%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %>
3
4
4 <% if !@entries.nil? && authorize_for('repositories', 'browse') -%>
5 <% if !@entries.nil? && authorize_for('repositories', 'browse') -%>
General Comments 0
You need to be logged in to leave comments. Login now