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