summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/entry.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/repositories/entry.rhtml')
-rw-r--r--app/views/repositories/entry.rhtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/repositories/entry.rhtml b/app/views/repositories/entry.rhtml
index 5ced710f5..7d8cbb318 100644
--- a/app/views/repositories/entry.rhtml
+++ b/app/views/repositories/entry.rhtml
@@ -1,9 +1,10 @@
<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
-<table class="list CodeRay">
+<div class="autoscroll">
+<table class="filecontent CodeRay">
<thead>
<tr>
- <th colspan="2" class="list-filename"><%= @path %></th>
+ <th colspan="2" class="filename"><%= @path %></th>
</tr>
</thead>
<tbody>
@@ -17,6 +18,7 @@
<% end %>
<tbody>
</table>
+</div>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>