Add markdown to events abstract

This commit is contained in:
Ana 2016-08-09 00:05:16 +02:00
parent 60877e9593
commit 72cd463dc7
8 changed files with 10 additions and 19 deletions

View file

@ -39,7 +39,7 @@
%p.text-center
%b= event.title
%h5.text-center
= simple_format truncate(event.abstract, length: 500, separator: ' ')
= markdown truncate(event.abstract, length: 500, separator: ' ')
= link_to "Read More", conference_program_proposal_path(@conference.short_title, event)
= content_for :splash_nav do