Removed inconsistent revision numbers on diff view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1522 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-06-09 19:02:22 +00:00
parent 19cb6f96f4
commit efe790a8d3
1 changed files with 0 additions and 13 deletions

View File

@ -4,12 +4,6 @@
<table class="filecontent CodeRay">
<thead>
<tr><th colspan="4" class="filename"><%= table_file.file_name %></th></tr>
<% unless @rev.nil? -%>
<tr>
<th colspan="2">@<%= format_revision @rev %></th>
<th colspan="2">@<%= format_revision @rev_to %></th>
</tr>
<% end -%>
</thead>
<tbody>
<% prev_line_left, prev_line_right = nil, nil -%>
@ -36,13 +30,6 @@
<table class="filecontent CodeRay">
<thead>
<tr><th colspan="3" class="filename"><%= table_file.file_name %></th></tr>
<% unless @rev.nil? -%>
<tr>
<th>@<%= format_revision @rev %></th>
<th>@<%= format_revision @rev_to %></th>
<th></th>
</tr>
<% end -%>
</thead>
<tbody>
<% prev_line_left, prev_line_right = nil, nil -%>