[Fix #1689] Only allow plain text for procedure descriptions

This commit is contained in:
Frederic Merizen 2018-03-28 17:30:08 +02:00
parent 657d8d9368
commit d825c3d586
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
%h4
= value
- if key == :description
= f.text_area key, rows: '6', placeholder: 'Description du projet', class: 'form-control wysihtml5'
= f.text_area key, rows: '6', placeholder: 'Description du projet', class: 'form-control'
- else
= f.text_field key, class: 'form-control', placeholder: value