debian-mirror-gitlab/app/views/users/_groups.html.haml

4 lines
140 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars', :title => group.name do
= image_tag group_icon(group.path)