3c57643f76
add factory girl fix tests rename dossier_pdf into piece_jointe rename ref_piece_jointe into content
23 lines
1 KiB
Text
23 lines
1 KiB
Text
%h2{style:'margin-bottom:16px'}
|
|
='Récapitulatif de vos informations'
|
|
|
|
%div{class:'row', style:'margin-left:5%'}
|
|
= render partial: 'infos_entreprise'
|
|
|
|
= form_for @dossier do |f|
|
|
%label{ style:'font-weight:normal' }
|
|
= f.check_box :autorisation_donnees
|
|
J'autorise les organismes publics à vérifier les informations de mon entreprise auprès des administrations concernées. Ces informations resteront strictement confidentielles.
|
|
%br
|
|
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float:right'
|
|
|
|
= form_tag(url_for({controller: :dossiers, action: :update, id: @dossier.id}), class: 'form-inline', method: 'PUT') do
|
|
%br
|
|
%div
|
|
%label{ style:'font-weight:normal' }
|
|
%input{type:'checkbox', name: 'autorisation_donnees', id: 'autorisation_donnees'}
|
|
= "J'autorise les organismes publics à vérifier les informations de mon entreprise auprès des administrations concernées. Ces informations resteront strictement confidentielles."
|
|
%br
|
|
%br
|
|
|
|
= render partial: 'layouts/etape_suivante'
|