From ec6620d7525a05062c3030d90599258040a569cb Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 15 Sep 2016 12:25:16 -0400 Subject: [PATCH] moving parenthesis out of the conditional so that displays regardless of days of the week being present in agenda view --- views/front/events/agenda.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index b2ad235..9b2eca7 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -33,9 +33,10 @@ {$day|substr:0:3} {/if} {/foreach} - ) + {/if} + )
{if !$event.all_day} -- 2.17.1