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:

<%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %>

Chris@909: Chris@909:

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

Chris@909: Chris@909: <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> Chris@909: Chris@909: <% content_for :header_tags do %> Chris@909: <%= stylesheet_link_tag "scm" %> Chris@909: <% end %>