ui: add html delimiter to procedure numbre

This commit is contained in:
simon lehericey 2024-05-03 15:57:48 +02:00
parent 3b623e6b0c
commit c9fbe6d5cc
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -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)