Mercurial > hg > soundsoftware-site
comparison .svn/pristine/f1/f1c64bdea4d0f86353af1a178444a94f946b25a3.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 <% if @entry && @entry.kind == 'file' %> | |
2 | |
3 <p> | |
4 <%= link_to_if action_name != 'changes', l(:label_history), {:action => 'changes', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), :rev => @rev } %> | | |
5 <% if @repository.supports_cat? %> | |
6 <%= link_to_if action_name != 'entry', l(:button_view), {:action => 'entry', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), :rev => @rev } %> | | |
7 <% end %> | |
8 <% if @repository.supports_annotate? %> | |
9 <%= link_to_if action_name != 'annotate', l(:button_annotate), {:action => 'annotate', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), :rev => @rev } %> | | |
10 <% end %> | |
11 <%= link_to(l(:button_download), | |
12 {:action => 'raw', :id => @project, | |
13 :repository_id => @repository.identifier_param, | |
14 :path => to_path_param(@path), | |
15 :rev => @rev}) if @repository.supports_cat? %> | |
16 <%= "(#{number_to_human_size(@entry.size)})" if @entry.size %> | |
17 </p> | |
18 | |
19 <% end %> |