[Fix #1689] Only allow plain text for procedure descriptions
This commit is contained in:
parent
657d8d9368
commit
d825c3d586
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue