summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_group.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/shared/groups/_group.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/shared/groups/_group.html.haml')
-rw-r--r--app/views/shared/groups/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index 562291a61df..19221e3391f 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -24,7 +24,7 @@
%span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(group)}
= visibility_level_icon(group.visibility_level, fw: false)
- .image-container.s40
+ .avatar-container.s40
= image_tag group_icon(group), class: "avatar s40 hidden-xs"
.title
= link_to group, class: 'group-name' do