debian-mirror-gitlab/app/views/projects/merge_requests/show/_participants.html.haml

5 lines
221 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.participants
2015-04-26 12:48:37 +05:30
%span #{@merge_request.participants(current_user).count} participants
- @merge_request.participants(current_user).each do |participant|
2014-09-02 18:07:02 +05:30
= link_to_member(@project, participant, name: false, size: 24)