i18n: fix localization of notify_new_draft email

This commit is contained in:
Pierre de La Morinerie 2021-09-07 18:25:39 -05:00 committed by Paul Chavard
parent 61557db145
commit f8d7b7b1e3

View file

@ -3,8 +3,8 @@
%p= t(:hello, scope: [:views, :shared, :greetings])
%p= t('.body', libelle_demarche: @dossier.procedure.libelle)
%p= t('.link')
%p= t('.body_html', libelle_demarche: @dossier.procedure.libelle)
%p= t('.link_html')
= round_button(t('.access_file'), dossier_url(@dossier), :primary)
- if @dossier.procedure.auto_archive_on