summaryrefslogtreecommitdiff
path: root/app/views/users/_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/_groups.html.haml')
-rw-r--r--app/views/users/_groups.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml
index f360fbb3d5d..eff6c80d144 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,4 +1,5 @@
.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'
+ .avatar-container.s40
+ = image_tag group_icon(group), class: 'avatar group-avatar s40'