Mercurial > hg > soundsoftware-site
comparison .svn/pristine/33/33518d1c584baba3aa48b3bfa72c87ee64c3e83d.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
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)) -%> |