summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/_project.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:34:22 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:34:22 -0500
commit4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b (patch)
treea6fb112c4f21a413502039417d217a333e76a78a /app/views/shared/projects/_project.html.haml
parent21785171329ef0189a1c99d7b65b106b7bdda48c (diff)
downloadgitlab-ce-4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b.tar.gz
[skip ci] label-warning => badge-warning
Diffstat (limited to 'app/views/shared/projects/_project.html.haml')
-rw-r--r--app/views/shared/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index 925b7dde46c..88f0675f795 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -46,7 +46,7 @@
.controls
.prepend-top-0
- if project.archived
- %span.prepend-left-10.badge.label-warning archived
+ %span.prepend-left-10.badge.badge-warning archived
- if can?(current_user, :read_cross_project) && project.pipeline_status.has_status?
%span.prepend-left-10
= render_project_pipeline_status(project.pipeline_status)