diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-03 09:26:22 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-03 12:26:09 -0500 |
commit | 4664188824efd968fe870ec5f7893598e6b078f3 (patch) | |
tree | 8f71594041bea2a2449b4a297fd1184e398a1f19 /app/views/users | |
parent | 651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff) | |
download | gitlab-ce-4664188824efd968fe870ec5f7893598e6b078f3.tar.gz |
Update avatar container name so it doesnt conflict with other image containersremove-wiki-image-border-radius
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/_groups.html.haml | 2 |
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' |