summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/show/_participants.html.haml
blob: 9c93fa55fe60ddea43dd2512d18139e6ea00a97a (plain)
1
2
3
4
.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)