a86ecb69de
add test to entreprise decorator refacto views
12 lines
No EOL
518 B
Text
12 lines
No EOL
518 B
Text
.container
|
|
%h2 Récapitulatif de vos informations
|
|
|
|
%div.row
|
|
= render partial: 'infos_entreprise'
|
|
%br
|
|
= 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', id: 'etape_suivante' |