- Add resize on wysihtml5 bootstrap
- Add rich text on procedure description - Ajust text on description dossier user form
This commit is contained in:
parent
4282ab11be
commit
f4de0b8431
7 changed files with 19 additions and 8 deletions
|
@ -5,7 +5,11 @@
|
|||
.form-group{class: ('has-error' if @procedure.errors.messages[key])}
|
||||
%h4
|
||||
=value
|
||||
=f.text_field key, class: 'form-control', placeholder: value
|
||||
- if key == :description
|
||||
= f.text_area key, rows: '6', placeholder: 'Description du projet', class: 'form-control wysihtml5'
|
||||
|
||||
- else
|
||||
=f.text_field key, class: 'form-control', placeholder: value
|
||||
|
||||
.row
|
||||
.col-md-6.col-lg-6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue