From 6111e179fcee3970e2f1e2b1871c9e66230ad1dd Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Thu, 20 Mar 2014 11:42:58 +0100 Subject: [PATCH] closes #122 --- app/views/public/schedule/event.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/schedule/event.html.haml b/app/views/public/schedule/event.html.haml index e7c1fd78b..2e46e0847 100644 --- a/app/views/public/schedule/event.html.haml +++ b/app/views/public/schedule/event.html.haml @@ -1,4 +1,4 @@ -%h2 #{t "options.#{@event.event_type ? @event.event_type : 'other' }"}: #{@event.title} +%h2 #{t "options.#{@event.event_type.present? ? @event.event_type : 'other' }"}: #{@event.title} %h3.title= @event.subtitle .column.left#basic