<% changesets.each do |changeset| %> <% end %>
# <%= l(:field_author) %> <%= l(:label_date) %> <%= l(:field_comment) %>
<%= link_to changeset.revision, :action => 'revision', :id => project, :rev => changeset.revision %> <%=h changeset.committer %> <%= format_time(changeset.committed_on) %> <%= textilizable(changeset.comment) %> <%= link_to 'Diff', :action => 'diff', :id => project, :path => path, :rev => changeset.revision if entry && entry.is_file? && changeset != changesets.last %>