Merge pull request #5853 from betagouv/update-entreprise-annuaire-link

update entreprise annuaire link
This commit is contained in:
krichtof 2021-01-25 20:09:41 +01:00 committed by GitHub
commit d5ae92dfac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -145,6 +145,6 @@
%td= try_format_date(etablissement.association_date_declaration)
%p
= link_to "➡ Autres informations sur lorganisme sur « entreprise.data.gouv.fr » (ex: fiche d'immatriculation RNCS)",
"https://entreprise.data.gouv.fr/etablissement/#{etablissement.siret}",
= link_to "➡ Autres informations sur lorganisme sur « annuaire-entreprises.data.gouv.fr » (ex: fiche d'immatriculation RNCS)",
"https://annuaire-entreprises.data.gouv.fr/entreprise/#{etablissement.siren}",
target: "_blank"

View file

@ -30,6 +30,6 @@
- if procedure.api_entreprise_role?("bilans_bdf")
%p.etablissement-exercices Les 3 derniers bilans connus de votre entreprise par la Banque de France ont été joints à votre dossier.
%p
= link_to '➡ Autres informations sur lorganisme sur « entreprise.data.gouv.fr »',
"https://entreprise.data.gouv.fr/etablissement/#{etablissement.siret}",
= link_to "➡ Autres informations sur lorganisme sur « annuaire-entreprises.data.gouv.fr »",
"https://annuaire-entreprises.data.gouv.fr/entreprise/#{etablissement.siren}",
target: "_blank"

View file

@ -12,8 +12,8 @@
%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
%a{ href: "https://annuaire-entreprises.data.gouv.fr" , target: '_blank', rel: 'noopener' }
annuaire-entreprises.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…" }