|
|
@ -1,7 +1,7 @@ |
|
|
|
<% changesets.each do |changeset| %> |
|
|
|
<% changesets.each do |changeset| %> |
|
|
|
<div class="changeset <%= cycle('odd', 'even') %>"> |
|
|
|
<div class="changeset <%= cycle('odd', 'even') %>"> |
|
|
|
<p><%= link_to("#{l(:label_revision)} #{changeset.revision}", |
|
|
|
<p><%= link_to_revision(changeset, changeset.project, |
|
|
|
:controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> |
|
|
|
:text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> |
|
|
|
<span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
|
|
|
<span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
|
|
|
<div class="changeset-changes"> |
|
|
|
<div class="changeset-changes"> |
|
|
|
<%= textilizable(changeset, :comments) %> |
|
|
|
<%= textilizable(changeset, :comments) %> |
|
|
|