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

<%= render :partial => 'navigation', :locals => { :path => @path, :kind => @entry.kind, :revision => @rev } %>

<% if @entry.is_file? %>

<%=h @entry.name %>

<%= link_to 'Download', {:action => 'entry', :id => @project, :path => @path, :rev => @rev, :format => 'raw' }, :class => "icon file" %> (<%= human_size @entry.size %>)

<% end %>

Revisions

<% @revisions.each do |revision| %> <% 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) %>