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: 1615871385e470bac7b8fb110c2e40533c1e8b79 (plain)
1
2
3
4
5
6
7
8
%ul.bordered-list
  - users.each do |user|
    %li
      = link_to user, title: user.name, class: "darken" do
        = image_tag avatar_icon(user, 32), class: "avatar s32"
        %strong= truncate(user.name, length: 40)
        %div
          %small.cgray= user.username