<% if @changeset.scmid %>ID: <%= @changeset.scmid %>
<% end %>
<%= @changeset.committer.to_s.split('<').first %>, <%= format_time(@changeset.committed_on) %>
<%= link_to(l(:label_view_diff), :action => 'diff', :id => @project, :path => "", :rev => @changeset.revision) if @changeset.changes.any? %>
<% if change.action == "D" -%> <%= change.path -%> <% else -%> <%= link_to change.path, :action => 'entry', :id => @project, :path => without_leading_slash(change.relative_path), :rev => @changeset.revision -%> <% end -%> <%= "(#{change.revision})" unless change.revision.blank? %> | <% if change.action == "M" %> <%= link_to l(:label_view_diff), :action => 'diff', :id => @project, :path => without_leading_slash(change.relative_path), :rev => @changeset.revision %> <% end %> |
<%= pagination_links_full @changes_pages %>
<% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %> <% html_title("#{l(:label_revision)} #{@changeset.revision}") -%>