%= stylesheet_link_tag "scm" %>
<%= link_to 'Download', {:action => 'entry', :id => @project, :path => @path, :rev => @rev, :format => 'raw' }, :class => "icon file" %> (<%= 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) %> | <%= simple_format(h(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) %>