11 lines
No EOL
531 B
Text
11 lines
No EOL
531 B
Text
.container.center#users_siret_index
|
|
.row
|
|
%p.lead{id: 'pro_section', style:'padding-top: 120px'}
|
|
= render partial: 'title_procedure'
|
|
%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;' |