Files
gitlabhq/app/views/users/_groups.html.haml
T

4 lines
140 B
Plaintext

- groups.each do |group|
= link_to group, class: 'profile-groups-avatars', :title => group.name do
- image_tag group_icon(group.path)