changes.html.erb
22 lines
| 715 B
| text/plain
|
TextLexer
|
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) %> | ||
|
r7182 | <%= render(:partial => 'revisions', | ||
|
r1497 | :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> | ||
|
r951 | |||
|
r8732 | <% content_for :header_tags do %> | ||
<%= stylesheet_link_tag "scm" %> | ||||
<% end %> | ||||
|
r1019 | <% html_title(l(:label_change_plural)) -%> | ||