diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2012-02-15 18:24:23 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2012-02-15 18:24:23 +0000 |
commit | f84273ca9138c61945e33640aa39cf64805e7642 (patch) | |
tree | b879b2883c26a7792d40114f868ba2e4d3dd4f77 /app/views | |
parent | 4cf6901057b4a4eda60aa55a1fe651cc483fd6a7 (diff) | |
download | redmine-f84273ca9138c61945e33640aa39cf64805e7642.tar.gz redmine-f84273ca9138c61945e33640aa39cf64805e7642.zip |
Prevents SCM browser to overlay over the new repository sidebar (#779).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8881 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/repositories/_dir_list.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/repositories/_dir_list.html.erb b/app/views/repositories/_dir_list.html.erb index 84efcfc27..26ba05bb6 100644 --- a/app/views/repositories/_dir_list.html.erb +++ b/app/views/repositories/_dir_list.html.erb @@ -1,3 +1,4 @@ +<div class="autoscroll"> <table class="list entries" id="browser"> <thead> <tr id="root"> @@ -15,3 +16,4 @@ <%= render :partial => 'dir_list_content' %> </tbody> </table> +</div> |