diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-05 20:00:34 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-21 13:16:17 +0530 |
commit | 7f6ac4f44c8cf071a6ec2f3f1ffc400dcb5d1e40 (patch) | |
tree | f8fc4e3bb0aeabd8e6ae0955525e1ba45cf8a900 /app | |
parent | cf669e5d5a61465aa605b5d31253fe23a5569b00 (diff) | |
download | gitlab-ce-7f6ac4f44c8cf071a6ec2f3f1ffc400dcb5d1e40.tar.gz |
Add title for autoscroll status indicator for a11y
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/builds/show.html.haml | 2 |
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 70b2140c9ab..3cfbdb2d367 100644 --- a/app/views/projects/builds/show.html.haml +++ b/app/views/projects/builds/show.html.haml @@ -64,7 +64,7 @@ %span.scroll-step-label Scroll to bottom - if @build.active? .autoscroll-container - %span.status-message#autoscroll-status{:data => {:state => 'enabled'}} + %span.status-message#autoscroll-status{:data => {:state => 'enabled'}, :title => 'Autoscroll active'} %i.fa.fa-toggle-on %label Autoscroll active #up-build-trace |