First Commit
This commit is contained in:
commit
b5b83e939a
213 changed files with 8688 additions and 0 deletions
16
app/views/dossiers/show.html.haml
Normal file
16
app/views/dossiers/show.html.haml
Normal file
|
@ -0,0 +1,16 @@
|
|||
%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'}
|
||||
='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'
|
Loading…
Add table
Add a link
Reference in a new issue