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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 17:26:22 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 20:26:09 +0300
commit4664188824efd968fe870ec5f7893598e6b078f3 (patch)
tree8f71594041bea2a2449b4a297fd1184e398a1f19 /app/views/users/_groups.html.haml
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
Update avatar container name so it doesnt conflict with other image containers
Diffstat (limited to 'app/views/users/_groups.html.haml')
-rw-r--r--app/views/users/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml
index 78f253f9023..eff6c80d144 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,5 +1,5 @@
.clearfix
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars inline', title: group.name do
- .image-container.s40
+ .avatar-container.s40
= image_tag group_icon(group), class: 'avatar group-avatar s40'