From 4664188824efd968fe870ec5f7893598e6b078f3 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 3 Nov 2016 09:26:22 -0500 Subject: Update avatar container name so it doesnt conflict with other image containers --- app/views/shared/groups/_group.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/groups/_group.html.haml') 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 -- cgit v1.2.1