summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 10:33:51 +0100
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:13 +0200
commit936d4e80e4abc2efcc5d88865d5d420c42a84370 (patch)
tree15e207c4aaaf5916edd50c942b777e33e3794152 /app/views/shared
parent71fd79c810257c2d2a183f989d83a77960f59006 (diff)
downloadgitlab-ce-936d4e80e4abc2efcc5d88865d5d420c42a84370.tar.gz
Add starring date to overview of starrers
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/users/_usercell.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/shared/users/_usercell.html.haml b/app/views/shared/users/_usercell.html.haml
deleted file mode 100644
index 93eaa282b23..00000000000
--- a/app/views/shared/users/_usercell.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-- user = local_assigns.fetch(:user)
-
-.col-lg-3.col-md-4.col-sm-12
- .card
- .card-body
- = image_tag avatar_icon_for_user(user, 40), class: "avatar s40", alt: ''
- .block-truncated
- = link_to user.name, user_path(user), class: 'user js-user-link', data: { user_id: user.id }
- %span.cgray= user.to_reference
-
- - if user == current_user
- %span.badge.badge-success.prepend-left-5= _("It's you")