2009-08-16 02:41:40 +04:00
|
|
|
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
|
|
|
|
|
|
|
|
<div class="contextual">
|
|
|
|
<%= render :partial => 'navigation' %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
<%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %>
|
|
|
|
</h2>
|
2007-06-13 00:12:05 +04:00
|
|
|
|
2008-12-22 23:33:01 +03:00
|
|
|
<p><%= render :partial => 'link_to_functions' %></p>
|
2007-06-13 00:12:05 +04:00
|
|
|
|
2008-07-05 12:59:04 +04:00
|
|
|
<%= render_properties(@properties) %>
|
|
|
|
|
2011-09-17 10:04:03 +04:00
|
|
|
<%= render(:partial => 'revisions',
|
2008-06-08 19:46:15 +04:00
|
|
|
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
2007-12-07 21:42:40 +03:00
|
|
|
|
2012-02-11 19:31:11 +04:00
|
|
|
<% content_for :header_tags do %>
|
|
|
|
<%= stylesheet_link_tag "scm" %>
|
|
|
|
<% end %>
|
|
|
|
|
2008-01-03 01:41:53 +03:00
|
|
|
<% html_title(l(:label_change_plural)) -%>
|