Fix SyntaxError in SchedulesController#events

Remove unexpected => from app/views/schedules/_event.html.haml to resolve syntax error

Closes #1404
This commit is contained in:
Chaitanya 2017-03-25 10:41:53 +05:30
parent 8fb29972da
commit e46953e03f

View file

@ -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