<% if @changeset.scmid %>ID: <%= @changeset.scmid %>
<% end %>
<%= @changeset.committer %>, <%= format_time(@changeset.committed_on) %>
<%= link_to(l(:label_view_diff), :action => 'diff', :id => @project, :path => "", :rev => @changeset.revision) if @changeset.changes.any? %>
<%= change.path %> <%= "(#{change.revision})" unless change.revision.blank? %> | <% 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 %>