From 47a640e8c520088c45031011cae22645fd9be7e3 Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Wed, 10 Mar 2021 12:18:10 +0100
Subject: [PATCH] add subject to mail

---
 .../post/components/post-publish/post-publish.component.html  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/post/components/post-publish/post-publish.component.html b/src/app/post/components/post-publish/post-publish.component.html
index 5ad24fe1c..0a3110f95 100644
--- a/src/app/post/components/post-publish/post-publish.component.html
+++ b/src/app/post/components/post-publish/post-publish.component.html
@@ -25,7 +25,9 @@
       <br />
     </div>
     <div>
-      <a class="btn-primary" href="mailto:inclusionnumerique@grandlyon.com">Envoyer votre actu par mail</a>
+      <a class="btn-primary" href="mailto:inclusionnumerique@grandlyon.com?subject=Nouvelle actualité à intégrer"
+        >Envoyer votre actu par mail</a
+      >
     </div>
   </div>
 </div>
-- 
GitLab