Render CfP description column as plain text

- fix #1856
This commit is contained in:
Adriano Vieira 2017-12-09 17:36:33 -02:00
parent 0cb273749a
commit 4859f8c64e

View file

@ -27,7 +27,7 @@
= cfp.end_date.strftime('%A, %B %-d. %Y')
%td
%p
= markdown(truncate(cfp.description))
= truncate(cfp.description)
%td
= pluralize(cfp.remaining_days, 'day')
%td