gitlabhq/app/views/groups/people.html.haml
2012-10-02 20:42:15 +03:00

13 lines
248 B
Plaintext

.ui-box
%h5
People
%small
(#{@users.count})
%ul.unstyled
- @users.each do |user|
%li.wll
= image_tag gravatar_icon(user.email, 16), class: "avatar s16"
%strong= user.name
%span.cgray= user.email