summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/_runner.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:35:23 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:35:23 -0500
commited696df59de0191de7274752e39b3c37727d5c4f (patch)
tree04371a342e8fcb71127b4c13ca0cab2eead837fb /app/views/admin/runners/_runner.html.haml
parent4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b (diff)
downloadgitlab-ce-ed696df59de0191de7274752e39b3c37727d5c4f.tar.gz
[skip ci] label-primary => badge-primary
Diffstat (limited to 'app/views/admin/runners/_runner.html.haml')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 8db996b0c58..b9ef0e967da 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -27,7 +27,7 @@
#{runner.builds.count(:all)}
%td
- runner.tag_list.sort.each do |tag|
- %span.badge.label-primary
+ %span.badge.badge-primary
= tag
%td
- if runner.contacted_at