Merge pull request #8155 from cirosantilli/unassigned
Show nothing instead of unassigned on issues
This commit is contained in:
commit
367d4db4cd
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue