comparison .svn/pristine/33/33518d1c584baba3aa48b3bfa72c87ee64c3e83d.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
2
3 <div class="contextual">
4 <%= render :partial => 'navigation' %>
5 </div>
6
7 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
8
9 <%= render :partial => 'link_to_functions' %>
10
11 <%= render_properties(@properties) %>
12
13 <%= render(:partial => 'revisions',
14 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
15
16 <% content_for :header_tags do %>
17 <%= stylesheet_link_tag "scm" %>
18 <% end %>
19
20 <% html_title(l(:label_change_plural)) -%>