From 7c1a4ff9989432b435ffdc72ca25668c5a03cc9e Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Tue, 12 Feb 2019 16:43:51 +0100 Subject: [PATCH] =?UTF-8?q?simplication=20de=20l'appel=20=C3=A0=20I18n.l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/new_user/dossiers/show/_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/new_user/dossiers/show/_header.html.haml b/app/views/new_user/dossiers/show/_header.html.haml index 21a4dccf1..b49179440 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.en_construction_at, format: '%d %B %Y')} + %h2 Dossier nº #{dossier.id} - Déposé le #{l(dossier.en_construction_at, format: '%d %B %Y')} - if current_user.owns?(dossier) .header-actions