Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_groups.html.haml « users « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f360fbb3d5d94159871f64e52cf0b9dae86a4886 (plain)
1
2
3
4
.clearfix
  - groups.each do |group|
    = link_to group, class: 'profile-groups-avatars inline', title: group.name do
      = image_tag group_icon(group), class: 'avatar group-avatar s40'