From c9fbe6d5cc84a1a7fb8b6f927a48aaf97b12b166 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Fri, 3 May 2024 15:57:48 +0200 Subject: [PATCH] ui: add html delimiter to procedure numbre --- app/views/administrateurs/procedures/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateurs/procedures/show.html.haml b/app/views/administrateurs/procedures/show.html.haml index 2bd30c89c..a4c1f16d3 100644 --- a/app/views/administrateurs/procedures/show.html.haml +++ b/app/views/administrateurs/procedures/show.html.haml @@ -66,7 +66,7 @@ = "Un email a été envoyé pour informer les usagers le #{ l(@procedure.closed_at.to_date) }" .fr-container - %h2= "Gestion de la démarche № #{@procedure.id}" + %h2= "Gestion de la démarche № #{number_with_html_delimiter(@procedure.id)}" %h3.fr-h6 Indispensable avant publication .fr-grid-row.fr-grid-row--gutters.fr-mb-5w = render Procedure::Card::PresentationComponent.new(procedure: @procedure)