#4131 - Ajout d'infos pratiques pour aller chercher son siret (#4136)

Usager : ajout d'infos pratiques pour aller chercher son SIRET
This commit is contained in:
Pierre de La Morinerie 2019-07-25 11:47:50 +02:00 committed by GitHub
commit 6027cfa524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -7,3 +7,7 @@
.mr-1 {
margin-right: $default-spacer;
}
.mb-4 {
margin-bottom: 4 * $default-spacer;
}

View file

@ -8,7 +8,12 @@
= f.label :siret, style: "display: none"
= f.text_field :siret, placeholder: "Numéro SIRET à 14 chiffres", required: true
= f.hidden_field :dossier_id, value: @dossier.id
= f.submit "Valider", class: "button large primary expand", data: { disable_with: "Récupération des informations…" }
%p.mb-4
Pour trouver votre numéro SIRET, utilisez
%a{ href: 'https://entreprise.data.gouv.fr/', target: '_blank', rel: 'noopener' }
entreprise.data.gouv.fr
ou renseignez-vous auprès de votre service comptable.
= f.submit "Valider", class: "button large primary expand mt-1", data: { disable_with: "Récupération des informations…" }