Chris@1296: <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
Chris@1296:
Chris@1296:
Chris@1296: <%= render :partial => 'navigation' %>
Chris@1296:
Chris@1296:
Chris@1296: <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %>
Chris@1296:
Chris@1296: <%= render :partial => 'link_to_functions' %>
Chris@1296:
Chris@1296: <%= render_properties(@properties) %>
Chris@1296:
Chris@1296: <%= render(:partial => 'revisions',
Chris@1296: :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
Chris@1296:
Chris@1296: <% content_for :header_tags do %>
Chris@1296: <%= stylesheet_link_tag "scm" %>
Chris@1296: <% end %>
Chris@1296:
Chris@1296: <% html_title(l(:label_change_plural)) -%>