Browse Source

Removed inconsistent revision numbers on diff view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1522 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.8.0-RC1
Jean-Philippe Lang 16 years ago
parent
commit
efe790a8d3
1 changed files with 0 additions and 13 deletions
  1. 0
    13
      app/views/common/_diff.rhtml

+ 0
- 13
app/views/common/_diff.rhtml 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 -%>

Loading…
Cancel
Save