summaryrefslogtreecommitdiff
path: root/app/views/projects/starrers/_starrer.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/starrers/_starrer.html.haml')
-rw-r--r--app/views/projects/starrers/_starrer.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/starrers/_starrer.html.haml b/app/views/projects/starrers/_starrer.html.haml
index 28ec1ed206a..e24276fcaea 100644
--- a/app/views/projects/starrers/_starrer.html.haml
+++ b/app/views/projects/starrers/_starrer.html.haml
@@ -13,7 +13,7 @@
%span.cgray= starrer.user.to_reference
- if starrer.user == current_user
- %span.badge-pill.badge-success.gl-badge.gl-ml-2.sm= _("It's you")
+ = gl_badge_tag _("It's you"), variant: :success, size: :sm, class: 'gl-ml-2'
.block-truncated
= time_ago_with_tooltip(starrer.starred_since)