<%= stylesheet_link_tag "scm" %>
<%= start_form_tag %> <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %> <%= submit_tag 'OK' %>

<%= l(:label_revision) %> <%= @revision.identifier %>

<%= @revision.author %>, <%= format_time(@revision.time) %>

<%= textilizable @revision.message %>
<%= l(:label_added) %> 
<%= l(:label_modified) %> 
<%= l(:label_deleted) %> 

<%= l(:label_attachment_plural) %>

<% @revision.paths.each do |path| %> <% end %>
<%= path[:path] %>
<% if path[:action] == "M" %> <%= link_to 'View diff', :action => 'diff', :id => @project, :path => path[:path].gsub(/^\//, ''), :rev => @revision.identifier %> <% end %>

<%= lwr(:label_modification, @revision.paths.length) %>