From 6bdc641cdfa654ce81a25c7649d5e16f8d095526 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Fri, 27 Sep 2024 18:08:09 +0200 Subject: [PATCH] =?UTF-8?q?[#10799]=20Fix=20after=20Marl=C3=A8ne's=20revie?= =?UTF-8?q?w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/administrateurs/procedures/jeton.html.haml | 4 ++-- app/views/administrateurs/procedures/show.html.haml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/administrateurs/procedures/jeton.html.haml b/app/views/administrateurs/procedures/jeton.html.haml index f51fbaba7..036bffba4 100644 --- a/app/views/administrateurs/procedures/jeton.html.haml +++ b/app/views/administrateurs/procedures/jeton.html.haml @@ -18,8 +18,8 @@ %strong le jeton API Entreprise propre à votre démarche. %p - Si besoin, vous pouvez demander une habilitation API Entreprise sur le site - = link_to 'api.gouv.fr.', "https://api.gouv.fr/les-api/api-entreprise/demande-acces" + Si besoin, vous pouvez demander une habilitation API Entreprise en cliquant sur le lien suivant : + = link_to "https://api.gouv.fr/les-api/api-entreprise/demande-acces.", "https://api.gouv.fr/les-api/api-entreprise/demande-acces" = render partial: 'administrateurs/procedures/api_entreprise_token_expiration_alert', locals: { procedure: @procedure } diff --git a/app/views/administrateurs/procedures/show.html.haml b/app/views/administrateurs/procedures/show.html.haml index 4724df9ff..4414f921f 100644 --- a/app/views/administrateurs/procedures/show.html.haml +++ b/app/views/administrateurs/procedures/show.html.haml @@ -32,6 +32,7 @@ - c.with_body do %ul.fr-mb-0 %li + Le = link_to "Jeton API Entreprise", jeton_admin_procedure_path(@procedure), class: 'error-anchor' est expiré ou va expirer prochainement