<%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %> <%= submit_tag 'OK' %>
<% end %><%= link_to 'Download', {:action => 'entry', :id => @project, :path => @path, :rev => @rev, :format => 'raw' }, :class => "icon file" %> (<%= number_to_human_size @entry.size %>)
<% end %><%= lwr(:label_modification, @changesets.length) %>
<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>