2017-04-06 19:58:11 +02:00
|
|
|
.row{ style: 'margin-top: -20px;' }
|
2017-02-14 17:08:14 +01:00
|
|
|
.col-xs-12
|
2017-04-06 19:10:25 +02:00
|
|
|
= form_for @facade.dossier, url: { controller: 'backoffice/private_formulaires', action: :update, dossier_id: @facade.dossier.id }, remote: true do
|
2017-04-06 17:18:03 +02:00
|
|
|
= render partial: '/users/description/champs', locals: { private: true }
|
2016-12-22 11:39:44 +01:00
|
|
|
.row.center
|
2017-04-06 19:10:25 +02:00
|
|
|
= submit_tag :Enregistrer, { class: 'btn-action' }
|