annotate .svn/pristine/63/6363e04d893f5e743cf860de53b9bf91e0dfa927.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><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
Chris@909 8
Chris@909 9 <p><%= render :partial => 'link_to_functions' %></p>
Chris@909 10
Chris@909 11 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
Chris@909 12
Chris@909 13 <% content_for :header_tags do %>
Chris@909 14 <%= stylesheet_link_tag "scm" %>
Chris@909 15 <% end %>