summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/common/_diff.rhtml13
1 files changed, 0 insertions, 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 @@
<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 -%>