Parcourir la 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 il y a 16 ans
Parent
révision
efe790a8d3
1 fichiers modifiés avec 0 ajouts et 13 suppressions
  1. 0
    13
      app/views/common/_diff.rhtml

+ 0
- 13
app/views/common/_diff.rhtml Voir le fichier

<table class="filecontent CodeRay"> <table class="filecontent CodeRay">
<thead> <thead>
<tr><th colspan="4" class="filename"><%= table_file.file_name %></th></tr> <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> </thead>
<tbody> <tbody>
<% prev_line_left, prev_line_right = nil, nil -%> <% prev_line_left, prev_line_right = nil, nil -%>
<table class="filecontent CodeRay"> <table class="filecontent CodeRay">
<thead> <thead>
<tr><th colspan="3" class="filename"><%= table_file.file_name %></th></tr> <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> </thead>
<tbody> <tbody>
<% prev_line_left, prev_line_right = nil, nil -%> <% prev_line_left, prev_line_right = nil, nil -%>

Chargement…
Annuler
Enregistrer