summaryrefslogtreecommitdiff
path: root/app/views/groups/edit.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 09:26:22 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 12:26:09 -0500
commit4664188824efd968fe870ec5f7893598e6b078f3 (patch)
tree8f71594041bea2a2449b4a297fd1184e398a1f19 /app/views/groups/edit.html.haml
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
downloadgitlab-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/groups/edit.html.haml')
-rw-r--r--app/views/groups/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index f84ac37fa8f..fe5837eccfd 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -8,7 +8,7 @@
.form-group
.col-sm-offset-2.col-sm-10
- .image-container.s160
+ .avatar-container.s160
= image_tag group_icon(@group), alt: '', class: 'avatar group-avatar s160'
%p.light
- if @group.avatar?