From 03a0074c737df69b93fd099ed383d97562f2c05a Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 7 May 2013 18:28:37 +0200 Subject: [PATCH] Hm, lost event_type somehow... --- app/views/proposal/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/proposal/show.html.haml b/app/views/proposal/show.html.haml index 38e30725..c91f6713 100644 --- a/app/views/proposal/show.html.haml +++ b/app/views/proposal/show.html.haml @@ -17,8 +17,8 @@ %td %b Type %td - - if @event.type - = @event.type.title + - if @event.event_type + = @event.event_type.title - if !@event.track.nil? %tr %td