debian-mirror-gitlab/app/views/projects/merge_requests/show/_participants.html.haml
2015-04-26 09:18:37 +02:00

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)