<%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %> <%= submit_tag 'OK' %>
<% end %><%= @changeset.committer %>, <%= format_time(@changeset.committed_on) %>
<%= textilizable @changeset.comment %><%= change.path %> | <% if change.action == "M" %> <%= link_to l(:label_view_diff), :action => 'diff', :id => @project, :path => change.path, :rev => @changeset.revision %> <% end %> |
<%= lwr(:label_modification, @changeset.changes.length) %>
<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>