debian-mirror-gitlab/app/views/projects/merge_requests/show/_participants.html.haml
2014-09-02 14:37:02 +02:00

8 lines
320 B
Text

.participants
%cite.cgray #{@merge_request.participants.count} participants
- @merge_request.participants.each do |participant|
= link_to_member(@project, participant, name: false, size: 24)
.merge-request-show-labels.pull-right
- @merge_request.labels.each do |label|
= render_colored_label(label)