Merge pull request #1874 from adrianovieira/fix_1856_Description_of_the_CFP_should_not_be_rendered_as_markdown

Render CfP description column as plain text
This commit is contained in:
Ana María Martínez Gómez 2017-12-11 08:51:30 +01:00 committed by GitHub
commit b4fcec07be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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