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 => 'dir', :revision => @rev } %>

Chris@0: Chris@0: <% if !@entries.nil? && authorize_for('repositories', 'browse') %> Chris@0: <%= render :partial => 'dir_list' %> Chris@0: <% end %> Chris@0: Chris@0: <%= render_properties(@properties) %> Chris@0: Chris@0: <% if @changesets && !@changesets.empty? && authorize_for('repositories', 'revisions') %> Chris@0:

<%= l(:label_latest_revision_plural) %>

Chris@0: <%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => nil }%> Chris@0: Chris@0: <% if @path.blank? %> Chris@0:

<%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project %>

Chris@0: <% else %> Chris@0:

<%= link_to l(:label_view_revisions), :action => 'changes', :path => to_path_param(@path), :id => @project %>

Chris@0: <% end %> Chris@0: Chris@0: <% content_for :header_tags do %> Chris@0: <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :action => 'revisions', :id => @project, :page => nil, :key => User.current.rss_key})) %> Chris@0: <% end %> Chris@0: Chris@0: <% other_formats_links do |f| %> Chris@0: <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %> Chris@0: <% end %> Chris@0: <% end %> Chris@0: Chris@0: <% content_for :header_tags do %> Chris@0: <%= stylesheet_link_tag "scm" %> Chris@0: <% end %> Chris@0: Chris@0: <% html_title(l(:label_repository)) -%>