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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:35:23 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:35:23 +0300
commited696df59de0191de7274752e39b3c37727d5c4f (patch)
tree04371a342e8fcb71127b4c13ca0cab2eead837fb /app/views/projects/jobs
parent4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b (diff)
[skip ci] label-primary => badge-primary
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r--app/views/projects/jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index 2e184c0ebe1..ec9a04c0eab 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -15,7 +15,7 @@
- elsif @build.tags.any?
This job is stuck, because you don't have any active runners online with any of these tags assigned to them:
- @build.tags.each do |tag|
- %span.badge.label-primary
+ %span.badge.badge-primary
= tag
- else
This job is stuck, because you don't have any active runners that can run this job.