diff --git a/app/views/new_user/dossiers/show/_header.html.haml b/app/views/new_user/dossiers/show/_header.html.haml index f35231ae5..21a4dccf1 100644 --- a/app/views/new_user/dossiers/show/_header.html.haml +++ b/app/views/new_user/dossiers/show/_header.html.haml @@ -5,7 +5,7 @@ .title-container %span.icon.folder %h1= dossier.procedure.libelle - %h2 Dossier nº #{dossier.id} - Déposé le #{I18n.l(dossier.created_at, format: '%d %B %Y')} + %h2 Dossier nº #{dossier.id} - Déposé le #{I18n.l(dossier.en_construction_at, format: '%d %B %Y')} - if current_user.owns?(dossier) .header-actions