changes.html.erb
20 lines
| 704 B
| text/plain
|
TextLexer
|
r2735 | <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> | ||
<div class="contextual"> | ||||
<%= render :partial => 'navigation' %> | ||||
</div> | ||||
|
r9686 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> | ||
|
r556 | |||
|
r9686 | <%= render :partial => 'link_to_functions' %> | ||
|
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)) -%> | ||