ui: add html delimiter to procedure numbre
This commit is contained in:
parent
3b623e6b0c
commit
c9fbe6d5cc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
= "Un email a été envoyé pour informer les usagers le #{ l(@procedure.closed_at.to_date) }"
|
= "Un email a été envoyé pour informer les usagers le #{ l(@procedure.closed_at.to_date) }"
|
||||||
|
|
||||||
.fr-container
|
.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
|
%h3.fr-h6 Indispensable avant publication
|
||||||
.fr-grid-row.fr-grid-row--gutters.fr-mb-5w
|
.fr-grid-row.fr-grid-row--gutters.fr-mb-5w
|
||||||
= render Procedure::Card::PresentationComponent.new(procedure: @procedure)
|
= render Procedure::Card::PresentationComponent.new(procedure: @procedure)
|
||||||
|
|
Loading…
Reference in a new issue