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

13 lines
642 B
Text
Raw Normal View History

2015-09-23 10:02:01 +02:00
.container#recap_info_entreprise
%h2 Récapitulatif de vos informations <em id="insee_infogreffe" class='small'>(récupérées auprès de l'INSEE et d'INFOGREFFE)</em>
2015-09-02 17:34:13 +02:00
%br
2015-08-10 11:05:06 +02:00
%div.row
= render partial: 'infos_entreprise'
2015-08-10 11:05:06 +02:00
%br
= form_for @dossier do |f|
2015-08-10 11:05:06 +02:00
%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.
2015-08-10 11:05:06 +02:00
%br
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float:right', id: 'etape_suivante'