diff --git a/app/views/repositories/_revisions.rhtml b/app/views/repositories/_revisions.rhtml index 475d1b565..a7dfbb66f 100644 --- a/app/views/repositories/_revisions.rhtml +++ b/app/views/repositories/_revisions.rhtml @@ -1,18 +1,18 @@ - + <% changesets.each do |changeset| %> - - - - + + + + <% end %>
#<%= l(:field_author) %> <%= l(:label_date) %><%= l(:field_author) %> <%= 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 changeset.revision, :action => 'revision', :id => project, :rev => changeset.revision %><%= format_time(changeset.committed_on) %><%=h changeset.committer %><%= textilizable(changeset.comment) %> <%= link_to l(:label_view_diff), :action => 'diff', :id => project, :path => path, :rev => changeset.revision if entry && entry.is_file? && changeset != changesets.last %>