gitlab-org--gitlab-foss/app/views/projects/merge_requests/show/_participants.html.haml

4 lines
221 B
Text

.participants
%span #{@merge_request.participants(current_user).count} participants
- @merge_request.participants(current_user).each do |participant|
= link_to_member(@project, participant, name: false, size: 24)