Commit ba81c33e authored by Miguel Rincon's avatar Miguel Rincon

Update badge in group runners appearance

This change updates group runners badges to make them consistent
with other runner views.
parent 6efbd36c
......@@ -3,16 +3,16 @@
.table-mobile-header{ role: 'rowheader' }= _('Type')
.table-mobile-content
- if runner.group_type?
%span.badge.badge-success
%span.badge.badge-pill.gl-badge.sm.badge-success
= _('group')
- else
%span.badge.badge-info
%span.badge.badge-pill.gl-badge.sm.badge-info
= _('specific')
- if runner.locked?
%span.badge.badge-warning
%span.badge.badge-pill.gl-badge.sm.badge-warning
= _('locked')
- unless runner.active?
%span.badge.badge-danger
%span.badge.badge-pill.gl-badge.sm.badge-danger
= _('paused')
.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