summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-08 16:32:43 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-21 13:16:17 +0530
commit46f0633272e5a9af708bbb09f6c6df9b7734ba0c (patch)
treedf9fe7dbe915bbfd8f0757cf00c84e88a07acd80
parent1549db64715596437332aaee64eef3f2655a1c77 (diff)
downloadgitlab-ce-46f0633272e5a9af708bbb09f6c6df9b7734ba0c.tar.gz
Autoscroll is disabled by default
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 3cbdab07889..bf728983f36 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -60,7 +60,7 @@
%a{ href: '#down-build-trace', id: 'scroll-bottom', class: 'scroll-link scroll-bottom', title: 'Scroll to bottom'}
- if @build.active?
.autoscroll-container
- %span.status-message#autoscroll-status{:data => {:state => 'enabled'}}
+ %span.status-message#autoscroll-status{:data => {:state => 'disabled'}}
%label Autoscroll active
%i.status-icon
#up-build-trace