diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-08 12:57:49 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-08 13:06:54 +0100 |
commit | 1b5302f8e7050c5c4cd4e7d4cc63be3cd3fbbcb5 (patch) | |
tree | c5126efeacd499ae2847b0a0195d735d2ac094a0 /app/views/projects/issues | |
parent | 90a46535935115cc3556d6bc0d282938758cd29a (diff) | |
download | gitlab-ce-1b5302f8e7050c5c4cd4e7d4cc63be3cd3fbbcb5.tar.gz |
Reduce MR/issue duplication
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r-- | app/views/projects/issues/_discussion.html.haml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml index b5f522f2079..21eee70b424 100644 --- a/app/views/projects/issues/_discussion.html.haml +++ b/app/views/projects/issues/_discussion.html.haml @@ -12,10 +12,7 @@ .col-md-9 .votes-holder.pull-right #votes= render 'votes/votes_block', votable: @issue - .participants - %span= pluralize(@participants.count, 'participant') - - @participants.each do |participant| - = link_to_member(@project, participant, name: false, size: 24) + = render "shared/issuable/participants" .col-md-3 .input-group.cross-project-reference %span#cross-project-reference.slead.has_tooltip{title: 'Cross-project reference'} |