summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 11:51:17 +0100
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:14 +0200
commit5e131bcaf19a91b96e7f1adb55fcd93c466e7d46 (patch)
tree219b04acfc844557b2ac0127357c61076c1b81d6 /app/views/shared
parent382826855c77986823691d74e1e6b47ad715d652 (diff)
downloadgitlab-ce-5e131bcaf19a91b96e7f1adb55fcd93c466e7d46.tar.gz
Make sure starred_since is of the requested project in StarrersController; cleanup
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/users/_user.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/shared/users/_user.html.haml b/app/views/shared/users/_user.html.haml
deleted file mode 100644
index ae014176e54..00000000000
--- a/app/views/shared/users/_user.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-- user = local_assigns.fetch(:user)
-
-%li.member{ class: dom_class(user), id: dom_id(user) }
- %span.list-item-name
- = image_tag avatar_icon_for_user(user, 40), class: "avatar s40", alt: ''
- .user-info
- = link_to user.name, user_path(user), class: 'member js-user-link', data: { user_id: user.id }
- %br
- %span.cgray= user.to_reference
-
- - if user == current_user
- %span.badge.badge-success.prepend-left-5= _("It's you")