demarches-normaliennes/app/views/dossiers/_infos_private_fields.html.haml
2017-02-14 17:12:44 +01:00

6 lines
347 B
Text

.row{style: 'margin-top: -20px'}
.col-xs-12
= form_for @facade.dossier, url: {controller: 'backoffice/private_formulaires', action: :update, dossier_id: @facade.dossier.id}, remote: true do
= render partial: '/users/description/champs', locals:{private: true}
.row.center
= submit_tag :Enregistrer, {class: 'btn-action'}