diff --git a/app/views/shared/dossiers/_identite_entreprise.html.haml b/app/views/shared/dossiers/_identite_entreprise.html.haml index 33f0ce548..9fcd2a0c9 100644 --- a/app/views/shared/dossiers/_identite_entreprise.html.haml +++ b/app/views/shared/dossiers/_identite_entreprise.html.haml @@ -71,3 +71,8 @@ %tr %th.libelle Date de déclaration : %td= try_format_date(etablissement.association_date_declaration) + +%p + = link_to '➡ Autres informations sur l’organisme sur « entreprise.data.gouv.fr »', + "https://entreprise.data.gouv.fr/etablissement/#{etablissement.siret}", + target: "_blank" diff --git a/app/views/users/dossiers/etablissement/_infos_entreprise.html.haml b/app/views/users/dossiers/etablissement/_infos_entreprise.html.haml index 9667a54bd..21ab7a5f8 100644 --- a/app/views/users/dossiers/etablissement/_infos_entreprise.html.haml +++ b/app/views/users/dossiers/etablissement/_infos_entreprise.html.haml @@ -47,3 +47,8 @@ - if etablissement.exercices.present? %p.etablissement-exercices Les exercices comptables des trois dernières années seront joints à votre dossier. + +%p + = link_to '➡ Autres informations sur l’organisme sur « entreprise.data.gouv.fr »', + "https://entreprise.data.gouv.fr/etablissement/#{etablissement.siret}", + target: "_blank"