summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/changes.html.erb
blob: cd5a955850337f200c59fc5367c2ef0cfd34c782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%= 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>

<%= render :partial => 'link_to_functions' %>

<%= render_properties(@properties) %>

<%= render(:partial => 'revisions',
           :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>

<% content_for :header_tags do %>
<%=   stylesheet_link_tag "scm" %>
<% end %>

<% html_title(l(:label_change_plural)) -%>