Added hints to description fields to use markdown syntax, rendered all description fields in the splash as markdown
This commit is contained in:
parent
f6a9142510
commit
8efcd69f3d
15 changed files with 30 additions and 24 deletions
|
|
@ -9,7 +9,7 @@
|
|||
Call For Papers
|
||||
- if !@conference.call_for_papers.description.blank?
|
||||
%p
|
||||
= @conference.call_for_papers.description
|
||||
= markdown(@conference.call_for_papers.description)
|
||||
- if !@conference.call_for_papers.start_date.blank? && !@conference.call_for_papers.end_date.blank?
|
||||
%p.lead Proposals will be accepted between
|
||||
#cfp-date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue