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/generic_commit_statuses
parent4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b (diff)
[skip ci] label-primary => badge-primary
Diffstat (limited to 'app/views/projects/generic_commit_statuses')
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
index 1bafcbde169..639efd34a74 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
@@ -35,7 +35,7 @@
.label-container
- if generic_commit_status.tags.any?
- generic_commit_status.tags.each do |tag|
- %span.badge.label-primary
+ %span.badge.badge-primary
= tag
- if retried
%span.badge.badge-warning retried