diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-27 19:21:26 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-27 19:21:26 +0200 |
commit | 367d4db4cd335cfa3145f7cc501b82ce63d0adb4 (patch) | |
tree | 9d6ad4c5ff421260faa97cb05eaf205d340e4c32 | |
parent | 32a7d49a369f40c8b7e736e56d49718c52c6425f (diff) | |
parent | 2c14f9c41f195b8c914adb10c9a315d301944608 (diff) | |
download | gitlab-ce-367d4db4cd335cfa3145f7cc501b82ce63d0adb4.tar.gz |
Merge pull request #8155 from cirosantilli/unassigned
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? |