demarches-normaliennes/app/views/dossiers/show.html.haml
2015-08-10 11:05:06 +02:00

16 lines
653 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%h2{style:'margin-bottom:16px'}
='Récapitulatif de vos informations'
%div{class:'row', style:'margin-left:5%'}
= render partial: 'infos_entreprise'
= form_tag(url_for({controller: :dossiers, action: :update}), class: 'form-inline', method: 'PUT') do
%br
%div
%label{ style:'font-weight:normal' }
%input{type:'checkbox', name: 'autorisation_donnees', id: 'autorisation_donnees'}
='Jautorise 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'