debian-mirror-gitlab/app/views/shared/milestones/_participants_tab.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
338 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul.bordered-list
- users.each do |user|
%li
2022-11-25 23:54:43 +05:30
= 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)
2017-09-10 17:25:29 +05:30
%small.cgray= user.username