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: 55799e10a46374788a61deed87f6c03069e014ac (plain)
1
2
3
4
5
.clearfix
  - groups.each do |group|
    = link_to group, class: 'profile-groups-avatars inline', title: group.name do
      .avatar-container.s40
        = group_icon(group, class: 'avatar group-avatar s40')