- Add resize on wysihtml5 bootstrap

- Add rich text on procedure description
- Ajust text on description dossier user form
This commit is contained in:
Xavier J 2016-03-02 15:21:45 +01:00
parent 4282ab11be
commit f4de0b8431
7 changed files with 19 additions and 8 deletions

View file

@ -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