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/_project_badges.html.haml')
-rw-r--r--app/views/groups/_project_badges.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_project_badges.html.haml b/app/views/groups/_project_badges.html.haml
index 1f7895e216c..4ea193b08c2 100644
--- a/app/views/groups/_project_badges.html.haml
+++ b/app/views/groups/_project_badges.html.haml
@@ -1,2 +1,2 @@
- if project.archived
- %span.badge.badge-warning.badge-pill.gl-badge.md= _('archived')
+ = gl_badge_tag _('archived'), variant: :warning, size: :md