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:
Diffstat (limited to 'app/views/groups/runners/_runner.html.haml')
-rw-r--r--app/views/groups/runners/_runner.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/groups/runners/_runner.html.haml b/app/views/groups/runners/_runner.html.haml
index 01c921d0c0d..c687167e519 100644
--- a/app/views/groups/runners/_runner.html.haml
+++ b/app/views/groups/runners/_runner.html.haml
@@ -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