annotate .svn/pristine/33/33518d1c584baba3aa48b3bfa72c87ee64c3e83d.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 => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
Chris@1295 8
Chris@1295 9 <%= render :partial => 'link_to_functions' %>
Chris@1295 10
Chris@1295 11 <%= render_properties(@properties) %>
Chris@1295 12
Chris@1295 13 <%= render(:partial => 'revisions',
Chris@1295 14 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
Chris@1295 15
Chris@1295 16 <% content_for :header_tags do %>
Chris@1295 17 <%= stylesheet_link_tag "scm" %>
Chris@1295 18 <% end %>
Chris@1295 19
Chris@1295 20 <% html_title(l(:label_change_plural)) -%>