@@ -4,12 +4,6 | |||||
4 | <table class="filecontent CodeRay"> |
|
4 | <table class="filecontent CodeRay"> | |
5 | <thead> |
|
5 | <thead> | |
6 | <tr><th colspan="4" class="filename"><%= table_file.file_name %></th></tr> |
|
6 | <tr><th colspan="4" class="filename"><%= table_file.file_name %></th></tr> | |
7 | <% unless @rev.nil? -%> |
|
|||
8 | <tr> |
|
|||
9 | <th colspan="2">@<%= format_revision @rev %></th> |
|
|||
10 | <th colspan="2">@<%= format_revision @rev_to %></th> |
|
|||
11 | </tr> |
|
|||
12 | <% end -%> |
|
|||
13 | </thead> |
|
7 | </thead> | |
14 | <tbody> |
|
8 | <tbody> | |
15 | <% prev_line_left, prev_line_right = nil, nil -%> |
|
9 | <% prev_line_left, prev_line_right = nil, nil -%> | |
@@ -36,13 +30,6 | |||||
36 | <table class="filecontent CodeRay"> |
|
30 | <table class="filecontent CodeRay"> | |
37 | <thead> |
|
31 | <thead> | |
38 | <tr><th colspan="3" class="filename"><%= table_file.file_name %></th></tr> |
|
32 | <tr><th colspan="3" class="filename"><%= table_file.file_name %></th></tr> | |
39 | <% unless @rev.nil? -%> |
|
|||
40 | <tr> |
|
|||
41 | <th>@<%= format_revision @rev %></th> |
|
|||
42 | <th>@<%= format_revision @rev_to %></th> |
|
|||
43 | <th></th> |
|
|||
44 | </tr> |
|
|||
45 | <% end -%> |
|
|||
46 | </thead> |
|
33 | </thead> | |
47 | <tbody> |
|
34 | <tbody> | |
48 | <% prev_line_left, prev_line_right = nil, nil -%> |
|
35 | <% prev_line_left, prev_line_right = nil, nil -%> |
General Comments 0
You need to be logged in to leave comments.
Login now