This commit is contained in:
Kara Diaby 2022-08-30 21:41:54 +02:00
parent f8d4644f73
commit f7039bbb0a
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,9 @@
- content_for(:title, "#{@subject}")
%p= t(:hello, scope: [:views, :shared, :greetings])
%p
= t('.body', dossier_id: @avis.dossier.id, libelle_demarche: @avis.dossier.procedure.libelle)
%p= link_to("Voir le dossier n°#{@avis.dossier.id}", instructeur_dossier_url(@avis.procedure, @avis.dossier))
= render partial: "layouts/mailers/signature"