<%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %> <%= submit_tag 'OK' %>
<% end %><%= @changeset.committer %>, <%= format_time(@changeset.committed_on) %>
<%= textilizable @changeset.comments %> <% if @changeset.issues.any? %><%= link_to(l(:label_view_diff), :action => 'diff', :id => @project, :path => "", :rev => @changeset.revision) if @changeset.changes.any? %>
<%= change.path %> | <% if change.action == "M" %> <%= link_to l(:label_view_diff), :action => 'diff', :id => @project, :path => change.path, :rev => @changeset.revision %> <% end %> |
<%= pagination_links_full @changes_pages, :rev => @changeset.revision %> [ <%= @changes_pages.current.first_item %> - <%= @changes_pages.current.last_item %> / <%= @changes_count %> ]
<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>