Chris@1295: <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
Chris@1295:
Chris@1295:
Chris@1295: <%= render :partial => 'navigation' %>
Chris@1295:
Chris@1295:
Chris@1295: <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %>
Chris@1295:
Chris@1295: <%= render :partial => 'link_to_functions' %>
Chris@1295:
Chris@1295: <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
Chris@1295:
Chris@1295: <% content_for :header_tags do %>
Chris@1295: <%= stylesheet_link_tag "scm" %>
Chris@1295: <% end %>