summaryrefslogtreecommitdiff
path: root/app/views/builds/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-07 17:51:53 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-07 17:51:53 +0200
commit622aca85c4e5a36da66e3a25da7c7f0a67967736 (patch)
tree0b4be1a5dad824c89fea49f5ea583470a1a0bae6 /app/views/builds/show.html.haml
parentb50f2857abbd9e0455f5736451a76e884c73d6a6 (diff)
downloadgitlab-ci-622aca85c4e5a36da66e3a25da7c7f0a67967736.tar.gz
Fixed position of autoscroll button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/builds/show.html.haml')
-rw-r--r--app/views/builds/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/builds/show.html.haml b/app/views/builds/show.html.haml
index bd63829..fd73735 100644
--- a/app/views/builds/show.html.haml
+++ b/app/views/builds/show.html.haml
@@ -58,8 +58,8 @@
.clearfix
- if @build.active?
- .autoscroll-container.pull-right
- %button.btn.btn-default.btn-sm#autoscroll-button{:type => "button", :data => {:state => 'disabled'}} enable autoscroll
+ .autoscroll-container
+ %button.btn.btn-success.btn-sm#autoscroll-button{:type => "button", :data => {:state => 'disabled'}} enable autoscroll
.clearfix
%pre.trace#build-trace
%code.bash