From ef12ded3ed3a7a919375e302bc07f43ee5e77158 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Wed, 8 Sep 2021 09:20:17 +0200 Subject: [PATCH] i18n: fix localization of notify_revert_to_instruction email --- app/views/dossier_mailer/notify_revert_to_instruction.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dossier_mailer/notify_revert_to_instruction.html.haml b/app/views/dossier_mailer/notify_revert_to_instruction.html.haml index e8323b95c..fad3671c0 100644 --- a/app/views/dossier_mailer/notify_revert_to_instruction.html.haml +++ b/app/views/dossier_mailer/notify_revert_to_instruction.html.haml @@ -4,7 +4,7 @@ %p= t(:hello, scope: [:views, :shared, :greetings]) %p - = t('.body', dossier_id: @dossier.id, libelle_demarche: @dossier.procedure.libelle) + = t('.body_html', dossier_id: @dossier.id, libelle_demarche: @dossier.procedure.libelle) = link_to dossier_url(@dossier), dossier_url(@dossier), target: '_blank', rel: 'noopener' - if @dossier.procedure.service.present? %p