summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/builds/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index c32cce15544..0c3b7597c91 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -60,13 +60,13 @@
%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 => 'disabled'}}
- %label Autoscroll active
+ %span.status-message#autoscroll-status{ data: { state: 'disabled' } }
+ %span.status-text Autoscroll active
%i.status-icon
#up-build-trace
%pre.build-trace#build-trace
%code.bash.js-build-output
- .typing_loader.js-build-refresh
+ .build-loader-animation.js-build-refresh
#down-build-trace