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 377d62f8abd..d8a2c72d9ce 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.badge-success.prepend-left-5= _("It's you")
+ %span.badge.badge-success.gl-ml-2= _("It's you")
.block-truncated
= time_ago_with_tooltip(starrer.starred_since)