Mercurial > hg > soundsoftware-site
annotate .svn/pristine/06/06aa9d1d0636535d93ef529aee72095eced64467.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> |
Chris@909 | 2 |
Chris@909 | 3 <div class="contextual"> |
Chris@909 | 4 <%= render :partial => 'navigation' %> |
Chris@909 | 5 </div> |
Chris@909 | 6 |
Chris@909 | 7 <h2> |
Chris@909 | 8 <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %> |
Chris@909 | 9 </h2> |
Chris@909 | 10 |
Chris@909 | 11 <p><%= render :partial => 'link_to_functions' %></p> |
Chris@909 | 12 |
Chris@909 | 13 <%= render_properties(@properties) %> |
Chris@909 | 14 |
Chris@909 | 15 <%= render(:partial => 'revisions', |
Chris@909 | 16 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> |
Chris@909 | 17 |
Chris@909 | 18 <% html_title(l(:label_change_plural)) -%> |