From 2db9bdf7a2f6d3a90945c9fafeb27d9b396b714d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 3 Apr 2007 19:16:09 +0000 Subject: [PATCH] Slight modifications on revisions table git-svn-id: http://redmine.rubyforge.org/svn/trunk@408 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/repositories/_revisions.rhtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/repositories/_revisions.rhtml b/app/views/repositories/_revisions.rhtml index 475d1b56..a7dfbb66 100644 --- a/app/views/repositories/_revisions.rhtml +++ b/app/views/repositories/_revisions.rhtml @@ -1,18 +1,18 @@ - + <% changesets.each do |changeset| %> - - - - + + + + <% end %> -- 2.11.0
#<%= 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 %>