2009-08-15 22:41:40 +00: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-12 20:12:05 +00:00
|
|
|
|
2008-12-22 20:33:01 +00:00
|
|
|
<p><%= render :partial => 'link_to_functions' %></p>
|
2007-06-12 20:12:05 +00:00
|
|
|
|
2008-07-05 08:59:04 +00:00
|
|
|
<%= render_properties(@properties) %>
|
|
|
|
|
2011-09-17 06:04:03 +00:00
|
|
|
<%= render(:partial => 'revisions',
|
2008-06-08 15:46:15 +00:00
|
|
|
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
2007-12-07 18:42:40 +00:00
|
|
|
|
2008-01-02 22:41:53 +00:00
|
|
|
<% html_title(l(:label_change_plural)) -%>
|