2015-12-03 12:00:22 +01:00
|
|
|
.container.center#users_siret_index
|
|
|
|
.row
|
2016-05-26 15:59:50 +02:00
|
|
|
%p.lead{id: 'pro_section', style:'padding-top: 120px'}
|
|
|
|
= render partial: 'title_procedure'
|
2015-12-03 12:00:22 +01:00
|
|
|
%br
|
|
|
|
|
|
|
|
= form_for @dossier, url: {controller: 'users/dossiers', action: :create}, method: :post do |f|
|
|
|
|
.form-group.form-group-lg
|
|
|
|
= f.text_field :siret, class: "form-control", placeholder: "Entrez votre Siret", value: @siret
|
|
|
|
= f.hidden_field :procedure_id
|
|
|
|
= f.submit 'Commencer', class: %w(btn btn-lg btn-success), style: 'margin-top:20px;'
|