From 98b4fe27f6c11ac0c45b0464fc37fa550f05564e Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 28 May 2014 16:12:13 +1000 Subject: [PATCH] Hiding group logo if not present --- app/views/groups/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index afa28624f0..40b56e2551 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -23,7 +23,7 @@ .small-12.columns .group-hero %img.group-hero-img{"bo-src" => "group.promo_image"} - %img.group-logo{"bo-src" => "group.logo"} + %img.group-logo{"bo-src" => "group.logo", "bo-if" => "group.logo"} %h3.group-name {{ group.name }} %h5.group-description {{ group.description }}