@@ -12,7 +12,7 | |||
|
12 | 12 | <p><%= link_to 'Download', {:action => 'entry', :id => @project, :path => @path, :rev => @rev, :format => 'raw' }, :class => "icon file" %> (<%= number_to_human_size @entry.size %>)</p> |
|
13 | 13 | <% end %> |
|
14 | 14 | |
|
15 | <h3>Revisions</h3> | |
|
15 | <h3><%= l(:label_revision_plural) %></h3> | |
|
16 | 16 | |
|
17 | 17 | <%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :changesets => @changesets, :entry => @entry }%> |
|
18 | 18 |
General Comments 0
You need to be logged in to leave comments.
Login now