demarches-normaliennes/app/views/users/commencer/closing_details.html.haml

12 lines
384 B
Text
Raw Normal View History

- content_for(:title, @procedure.libelle)
.fr-container
.fr-grid-row
.fr-col-12
%h1= t('commencer.closing_details.page_title', libelle: @procedure.libelle, closed_at: @procedure.closed_at.strftime('%d/%m/%Y'))
%p
= format_text_value(@procedure.closing_details)
2024-03-11 17:29:47 +01:00
.text-center
= image_tag('landing/hero/dematerialiser.svg', "aria-hidden": true)