mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
4 lines
140 B
Plaintext
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)
|