Mercurial > hg > soundsoftware-site
annotate .svn/pristine/a8/a85079bc9d2a6203b8b8234585e7551c992a6a6d.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
rev | line source |
---|---|
Chris@1295 | 1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> |
Chris@1295 | 2 |
Chris@1295 | 3 <div class="contextual"> |
Chris@1295 | 4 <%= render :partial => 'navigation' %> |
Chris@1295 | 5 </div> |
Chris@1295 | 6 |
Chris@1295 | 7 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
Chris@1295 | 8 |
Chris@1295 | 9 <%= render :partial => 'link_to_functions' %> |
Chris@1295 | 10 |
Chris@1295 | 11 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> |
Chris@1295 | 12 |
Chris@1295 | 13 <% content_for :header_tags do %> |
Chris@1295 | 14 <%= stylesheet_link_tag "scm" %> |
Chris@1295 | 15 <% end %> |