From e46953e03f59707a014c26a00788cac0e488648e Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Sat, 25 Mar 2017 10:41:53 +0530 Subject: [PATCH] Fix SyntaxError in SchedulesController#events Remove unexpected => from app/views/schedules/_event.html.haml to resolve syntax error Closes #1404 --- app/views/schedules/_event.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schedules/_event.html.haml b/app/views/schedules/_event.html.haml index ec846c8a..a5f2c569 100644 --- a/app/views/schedules/_event.html.haml +++ b/app/views/schedules/_event.html.haml @@ -18,7 +18,7 @@ presented by #{event.speaker_names} %p = markdown(truncate(event.abstract, length: 400)) - = link_to 'more', conference_program_proposal_path(@conference.short_title, event.id) if event.abstract.length > 400=> + = link_to 'more', conference_program_proposal_path(@conference.short_title, event.id) if event.abstract.length > 400 - if event_schedule.present? %span.track %span.fa.fa-clock-o