diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-09 17:09:57 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-21 13:16:17 +0530 |
commit | a8fa87ce9d0dea1baed7c40e10a6b19da99ec6e4 (patch) | |
tree | 90d9e659ef9f351384d1919d4fc2a0ad019ec5e0 /app/views/projects/builds/show.html.haml | |
parent | 94fd6cf74b44404e5f450a195e252b1b76e844cc (diff) | |
download | gitlab-ce-a8fa87ce9d0dea1baed7c40e10a6b19da99ec6e4.tar.gz |
Update class names & element types
Diffstat (limited to 'app/views/projects/builds/show.html.haml')
-rw-r--r-- | app/views/projects/builds/show.html.haml | 6 |
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 |