Chris@909: <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> Chris@909: Chris@909:
Chris@909: <%= render :partial => 'navigation' %> Chris@909:
Chris@909: Chris@909:

Chris@909: <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %> Chris@909:

Chris@909: Chris@909:

<%= render :partial => 'link_to_functions' %>

Chris@909: Chris@909: <%= render_properties(@properties) %> Chris@909: Chris@909: <%= render(:partial => 'revisions', Chris@909: :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> Chris@909: Chris@909: <% html_title(l(:label_change_plural)) -%>