Commit 22392145 authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-circle icon with GitLab SVG

parent bbd825bd
......@@ -100,7 +100,7 @@ module IconsHelper
def boolean_to_icon(value)
if value
icon('circle', class: 'cgreen')
sprite_icon('check', css_class: 'cgreen')
else
sprite_icon('power', css_class: 'clgray')
end
......
......@@ -27,7 +27,7 @@
.card-header
Current Status:
- if no_errors
= icon('circle', class: 'cgreen')
= sprite_icon('check', css_class: 'cgreen')
#{ s_('HealthCheck|Healthy') }
- else
= icon('warning', class: 'cred')
......
---
title: Replace fa-circle icon instances with GitLab SVG check icon
merge_request: 39745
author:
type: changed
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