Merge pull request #1405 from BelieveC/FixScheduleEventBug

Fix SyntaxError in SchedulesController#events
This commit is contained in:
Stella Rouzi 2017-03-25 18:33:09 +02:00 committed by GitHub
commit b3be600855

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