diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-23 16:25:09 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-23 16:25:09 +0200 |
commit | 2c14f9c41f195b8c914adb10c9a315d301944608 (patch) | |
tree | 341da97d1fa03ce49444c2d640cea17310f15ac4 | |
parent | 47064ea55cf82ee4e38b616348243a53fae12ce2 (diff) | |
download | gitlab-ce-2c14f9c41f195b8c914adb10c9a315d301944608.tar.gz |
Show nothing instead of unassigned on issues
-rw-r--r-- | app/views/projects/issues/_issue.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml index b125706781c..7525812696f 100644 --- a/app/views/projects/issues/_issue.html.haml +++ b/app/views/projects/issues/_issue.html.haml @@ -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? |