changes.rhtml
18 lines
| 636 B
| text/html+ruby
|
RhtmlLexer
|
r2735 | <%= 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> | ||||
|
r556 | |||
|
r2165 | <p><%= render :partial => 'link_to_functions' %></p> | ||
|
r556 | |||
|
r1613 | <%= render_properties(@properties) %> | ||
|
r1497 | <%= render(:partial => 'revisions', | ||
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> | ||||
|
r951 | |||
|
r1019 | <% html_title(l(:label_change_plural)) -%> | ||