<% form_tag do %>

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

<% end %>

<%= 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], :rev => @revision.identifier %> <% end %>

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

<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>