Merge pull request #8155 from cirosantilli/unassigned

Show nothing instead of unassigned on issues
This commit is contained in:
Dmitriy Zaporozhets 2014-10-27 19:21:26 +02:00
commit 367d4db4cd
1 changed files with 0 additions and 2 deletions

View File

@ -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?