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 ...@@ -100,7 +100,7 @@ module IconsHelper
def boolean_to_icon(value) def boolean_to_icon(value)
if value if value
icon('circle', class: 'cgreen') sprite_icon('check', css_class: 'cgreen')
else else
sprite_icon('power', css_class: 'clgray') sprite_icon('power', css_class: 'clgray')
end end
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.card-header .card-header
Current Status: Current Status:
- if no_errors - if no_errors
= icon('circle', class: 'cgreen') = sprite_icon('check', css_class: 'cgreen')
#{ s_('HealthCheck|Healthy') } #{ s_('HealthCheck|Healthy') }
- else - else
= icon('warning', class: 'cred') = 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