From 8e09a1540cfb40ea80c09b7431d4e5080d3b4c3f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 1 Apr 2019 17:46:11 -0400 Subject: [PATCH] Agenda_new view adjust event card size if no image Event cards in the new agenda view would always get a large-8 class applied to its info, to accommodate the large-4 taken up by an image, even if that event has no image. Now a check is performed to determine whether to display that image's area or not. --- views/front/events/agenda_new.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/front/events/agenda_new.html b/views/front/events/agenda_new.html index 8f2b942..3c05997 100644 --- a/views/front/events/agenda_new.html +++ b/views/front/events/agenda_new.html @@ -57,8 +57,7 @@ {$showTime = true} {/foreach} {/foreach} -- 2.17.1