Mercurial > hg > soundsoftware-site
annotate app/views/repositories/changes.html.erb @ 1516:b450a9d58aed redmine-2.4
Update to Redmine SVN revision 13356 on 2.4-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:28:31 +0100 |
parents | 433d4f72a19b |
children |
rev | line source |
---|---|
Chris@0 | 1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> |
Chris@0 | 2 |
Chris@0 | 3 <div class="contextual"> |
Chris@0 | 4 <%= render :partial => 'navigation' %> |
Chris@0 | 5 </div> |
Chris@0 | 6 |
Chris@1115 | 7 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> |
Chris@0 | 8 |
Chris@1115 | 9 <%= render :partial => 'link_to_functions' %> |
Chris@0 | 10 |
Chris@0 | 11 <%= render_properties(@properties) %> |
Chris@0 | 12 |
Chris@909 | 13 <%= render(:partial => 'revisions', |
Chris@0 | 14 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> |
Chris@0 | 15 |
Chris@1115 | 16 <% content_for :header_tags do %> |
Chris@1115 | 17 <%= stylesheet_link_tag "scm" %> |
Chris@1115 | 18 <% end %> |
Chris@1115 | 19 |
Chris@0 | 20 <% html_title(l(:label_change_plural)) -%> |