champ description: add simple_format and links

This commit is contained in:
simon lehericey 2018-03-01 11:28:01 +01:00
parent 28c4dde96d
commit 82327b0231

View file

@ -8,4 +8,4 @@
= "modifié le #{champ.updated_at.strftime('%d/%m/%Y à %H:%M')}"
- if champ.description.present?
%span.notice= champ.description
%span.notice= html_formatted_description(champ.description)