Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 18:09:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 18:09:57 +0300
commit74b5b3ffcb9fe4d9424bc2bf35e43f749f76d023 (patch)
tree1c4639c88745d094f2b7ee7a998af30bfd8bfae8 /app/helpers/icons_helper.rb
parenta39371aad976d8c57224f743ef1aeb465f508695 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/icons_helper.rb')
-rw-r--r--app/helpers/icons_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/icons_helper.rb b/app/helpers/icons_helper.rb
index 7376b92f111..9957d5c6330 100644
--- a/app/helpers/icons_helper.rb
+++ b/app/helpers/icons_helper.rb
@@ -102,7 +102,7 @@ module IconsHelper
if value
icon('circle', class: 'cgreen')
else
- icon('power-off', class: 'clgray')
+ sprite_icon('power', css_class: 'clgray')
end
end