mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Merge pull request #8155 from cirosantilli/unassigned
Show nothing instead of unassigned on issues
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
.issue-info
|
||||
- if issue.assignee
|
||||
assigned to #{link_to_member(@project, issue.assignee)}
|
||||
- else
|
||||
unassigned
|
||||
- if issue.votes_count > 0
|
||||
= render 'votes/votes_inline', votable: issue
|
||||
- if issue.notes.any?
|
||||
|
||||
Reference in New Issue
Block a user