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@0:

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

Chris@0: Chris@0:

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

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