Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
f7a5fe52f0
commit
88be36271c
2 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
%span.cgray= starrer.user.to_reference
|
%span.cgray= starrer.user.to_reference
|
||||||
|
|
||||||
- if starrer.user == current_user
|
- if starrer.user == current_user
|
||||||
%span.badge.badge-success.gl-ml-2= _("It's you")
|
%span.badge-pill.badge-success.gl-badge.gl-ml-2.sm= _("It's you")
|
||||||
|
|
||||||
.block-truncated
|
.block-truncated
|
||||||
= time_ago_with_tooltip(starrer.starred_since)
|
= time_ago_with_tooltip(starrer.starred_since)
|
||||||
|
|
5
changelogs/unreleased/gl-badge-starrers.yml
Normal file
5
changelogs/unreleased/gl-badge-starrers.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Apply new GitLab UI for badge in starrers page
|
||||||
|
merge_request: 56091
|
||||||
|
author: Yogi (@yo)
|
||||||
|
type: changed
|
Loading…
Reference in a new issue