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

_participants_tab.html.haml « milestones « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f90967c3b153422e18bf43690dfa8ca1fcdb142b (plain)
1
2
3
4
5
6
7
8
%ul.bordered-list
  - users.each do |user|
    %li
      = link_to user, title: user.name, class: "gl-display-flex" do
        = render Pajamas::AvatarComponent.new(user, size: 32, class: "gl-mr-3")
        .gl-display-flex.gl-flex-direction-column
          %strong= truncate(user.name, length: 40)
          %small.cgray= user.username