Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_participants.html.haml « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da6bacbb74a59dd4b5f61d5ca519694f01db38f4 (plain)
1
2
3
4
5
.block.participants
  .title
    = pluralize participants.count, "participant"
  - participants.each do |participant|
    = link_to_member(@project, participant, name: false, size: 24)