<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
<%= render :partial => 'navigation' %>

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

<%= render :partial => 'link_to_functions' %> <% if Redmine::MimeType.is_type?('image', @path) %> <%= render :partial => 'common/image', :locals => {:path => url_for(:action => 'raw', :id => @project, :repository_id => @repository.identifier_param, :path => @path, :rev => @rev), :alt => @path} %> <% elsif @content %> <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> <% else %> <%= render :partial => 'common/other', :locals => { :download_link => @repository.supports_cat? ? link_to( l(:label_no_preview_download), { :action => 'raw', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), :rev => @rev }, :class => 'icon icon-download') : nil } %> <% end %> <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>