From efe790a8d3ca2688e5ad639e7166b5f77adb7335 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 9 Jun 2008 19:02:22 +0000 Subject: [PATCH] Removed inconsistent revision numbers on diff view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1522 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_diff.rhtml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/views/common/_diff.rhtml b/app/views/common/_diff.rhtml index c849b7ff7..b95ef116b 100644 --- a/app/views/common/_diff.rhtml +++ b/app/views/common/_diff.rhtml @@ -4,12 +4,6 @@ -<% unless @rev.nil? -%> - - - - -<% end -%> <% prev_line_left, prev_line_right = nil, nil -%> @@ -36,13 +30,6 @@
<%= table_file.file_name %>
@<%= format_revision @rev %>@<%= format_revision @rev_to %>
-<% unless @rev.nil? -%> - - - - - -<% end -%> <% prev_line_left, prev_line_right = nil, nil -%>
<%= table_file.file_name %>
@<%= format_revision @rev %>@<%= format_revision @rev_to %>