mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Links to user on collapsed issue sidebar
This commit is contained in:
@@ -214,6 +214,10 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.author {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-clipboard {
|
||||
border: none;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
.block.assignee
|
||||
.sidebar-collapsed-icon.sidebar-collapsed-user{data: {toggle: "tooltip", placement: "left", container: "body"}, title: (issuable.assignee.to_reference if issuable.assignee)}
|
||||
- if issuable.assignee
|
||||
= link_to_member_avatar(issuable.assignee, size: 24)
|
||||
= link_to_member(@project, issuable.assignee, size: 24)
|
||||
- else
|
||||
= icon('user')
|
||||
.title.hide-collapsed
|
||||
|
||||
Reference in New Issue
Block a user