Commit 21451cbc authored by Annabel Gray's avatar Annabel Gray

Merge branch 'fix-loading-icon' into 'master'

Fix loading icon in activity view

Closes #47508

See merge request gitlab-org/gitlab-ce!19566
parents 9f69be38 50038705
......@@ -60,7 +60,7 @@ module IconsHelper
def spinner(text = nil, visible = false)
css_class = 'loading'
css_class << ' hidden' unless visible
css_class << ' hide' unless visible
content_tag :div, class: css_class do
icon('spinner spin') + text
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment