update entreprise annuaire link

This commit is contained in:
Christophe Robillard 2021-01-25 19:50:32 +01:00
parent a7b40c4102
commit d8aaba9975
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…" }