people.html.haml 248 Bytes
Newer Older
randx's avatar
randx committed
1 2 3 4 5 6 7 8 9 10 11 12
.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