Add markdown to events abstract
This commit is contained in:
parent
60877e9593
commit
72cd463dc7
8 changed files with 10 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue