Commit 849f5c63 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mrincon-update-runner-badge-appearance' into 'master'

Update badge appearance in group runners

See merge request gitlab-org/gitlab!59144
parents 021695c3 ba81c33e
...@@ -3,16 +3,16 @@ ...@@ -3,16 +3,16 @@
.table-mobile-header{ role: 'rowheader' }= _('Type') .table-mobile-header{ role: 'rowheader' }= _('Type')
.table-mobile-content .table-mobile-content
- if runner.group_type? - if runner.group_type?
%span.badge.badge-success %span.badge.badge-pill.gl-badge.sm.badge-success
= _('group') = _('group')
- else - else
%span.badge.badge-info %span.badge.badge-pill.gl-badge.sm.badge-info
= _('specific') = _('specific')
- if runner.locked? - if runner.locked?
%span.badge.badge-warning %span.badge.badge-pill.gl-badge.sm.badge-warning
= _('locked') = _('locked')
- unless runner.active? - unless runner.active?
%span.badge.badge-danger %span.badge.badge-pill.gl-badge.sm.badge-danger
= _('paused') = _('paused')
.table-section.section-10 .table-section.section-10
......
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