Use gem bootstrap-wysihtml5 on textarea
This commit is contained in:
parent
3a76275058
commit
20a41ef172
8 changed files with 19 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
%h4 Description de votre projet *
|
||||
= text_area_tag :description, @dossier.description, rows: '6', placeholder: 'Description du projet', class: 'form-control'
|
||||
= text_area_tag :description, @dossier.description, rows: '6', placeholder: 'Description du projet', class: 'form-control wysihtml5'
|
||||
|
||||
#liste_champs
|
||||
-unless @champs.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue