##// END OF EJS Templates
replaced an hard coded label...
Jean-Philippe Lang -
r381:b103052ff093
parent child
Show More
@@ -12,7 +12,7
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>
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 <% end %>
13 <% end %>
14
14
15 <h3>Revisions</h3>
15 <h3><%= l(:label_revision_plural) %></h3>
16
16
17 <%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :changesets => @changesets, :entry => @entry }%>
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