Add a webinaire registration CTA at the end of the admin email
This commit is contained in:
parent
e8dd6b00bf
commit
796ff972e6
2 changed files with 6 additions and 0 deletions
|
@ -26,5 +26,10 @@
|
|||
= link_to(ADMINISTRATEUR_TUTORIAL_URL, ADMINISTRATEUR_TUTORIAL_URL)
|
||||
\.
|
||||
|
||||
%p
|
||||
Enfin, vous pouvez vous inscrire à notre prochain webinaire en ligne pour découvrir les fonctionnalités de notre outil :
|
||||
= link_to(WEBINAIRE_URL, WEBINAIRE_URL)
|
||||
\.
|
||||
|
||||
%p
|
||||
= render partial: "layouts/mailers/bizdev_signature", locals: { author_name: @author_name }
|
||||
|
|
|
@ -12,6 +12,7 @@ FOG_BASE_URL = "https://storage.apientreprise.fr"
|
|||
# External services URLs
|
||||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
ADMINISTRATEUR_TUTORIAL_URL = "https://doc.demarches-simplifiees.fr/tutoriels/tutoriel-administrateur"
|
||||
WEBINAIRE_URL = "https://doc.demarches-simplifiees.fr/pour-aller-plus-loin/webinaires"
|
||||
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
||||
CGU_URL = [DOC_URL, "cgu"].join("/")
|
||||
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
|
||||
|
|
Loading…
Reference in a new issue