4 lines
221 B
Text
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)
|