demarches-normaliennes/app/views/dossiers/_infos_private_fields.html.haml

7 lines
357 B
Text
Raw Normal View History

.row{style: 'margin-top: -20px'}
2016-12-06 15:36:04 +01:00
.col-md-12.col-lg-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'}