Show nothing instead of unassigned on issues

This commit is contained in:
Ciro Santilli 2014-10-23 16:25:09 +02:00
parent 47064ea55c
commit 2c14f9c41f
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?