From de24ff298fd56c96996a9c282f77309de570b884 Mon Sep 17 00:00:00 2001 From: Dorine Lambinet Date: Fri, 27 Oct 2023 19:12:21 +0200 Subject: [PATCH] ajoute bloc stats --- .../embarquement_valide_to_demandeur_not_tech.html.mjml | 5 ++++- .../embarquement_valide_to_demandeur_seulement.html.mjml | 1 + .../embarquement_valide_to_demandeur_tech_metier.html.mjml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_not_tech.html.mjml b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_not_tech.html.mjml index d8674e0d9..4a9139360 100644 --- a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_not_tech.html.mjml +++ b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_not_tech.html.mjml @@ -43,4 +43,7 @@ -<%= render partial: "block_subscribed_newsletter" %> <%= render partial: "block_questions" %> <%= render partial: "footer" %> +<%= render partial: "block_subscribed_newsletter" %> +<%= render partial: "block_analytics" %> +<%= render partial: "block_questions" %> +<%= render partial: "footer" %> diff --git a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_seulement.html.mjml b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_seulement.html.mjml index b38ca2182..2b2cf6ae6 100644 --- a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_seulement.html.mjml +++ b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_seulement.html.mjml @@ -44,5 +44,6 @@ <%= render partial: "block_subscribed_newsletter" %> +<%= render partial: "block_analytics" %> <%= render partial: "block_questions" %> <%= render partial: "footer" %> diff --git a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_tech_metier.html.mjml b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_tech_metier.html.mjml index 087ea4342..ad196d335 100644 --- a/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_tech_metier.html.mjml +++ b/app/views/api_entreprise/authorization_request_mailer/embarquement_valide_to_demandeur_tech_metier.html.mjml @@ -41,5 +41,6 @@ <%= render partial: "block_subscribed_newsletter" %> +<%= render partial: "block_analytics" %> <%= render partial: "block_questions" %> <%= render partial: "footer" %>