<%= 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 %># | <%= l(:field_author) %> | <%= l(:label_date) %> | <%= l(:field_description) %> | |
---|---|---|---|---|
<%= link_to revision.identifier, :action => 'revision', :id => @project, :rev => revision.identifier %> | <%=h revision.author %> | <%= format_time(revision.time) %> | <%= textilizable(revision.message) %> | <%= link_to 'Diff', :action => 'diff', :id => @project, :path => @path, :rev => revision.identifier if @entry.is_file? && revision != @revisions.last %> |
<%= lwr(:label_modification, @revisions.length) %>
<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>