From b2de6624fde92bb0e4f5dbc84bfe18df2435e2e7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 21 Aug 2022 12:06:23 +0200 Subject: [PATCH] Make email actions buttons --- src/mail_templates/password_reset-html.ejs | 7 ++++--- src/mail_templates/welcome_user-html.ejs | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/mail_templates/password_reset-html.ejs b/src/mail_templates/password_reset-html.ejs index 3928b433a..1180a41d2 100644 --- a/src/mail_templates/password_reset-html.ejs +++ b/src/mail_templates/password_reset-html.ejs @@ -6,10 +6,11 @@

{{ passwordResetEmail.description }}

-

- {{ passwordResetEmail.resetAction }} -

+
+{{ passwordResetEmail.resetAction }} + +

{{ passwordResetEmail.expireNote }} diff --git a/src/mail_templates/welcome_user-html.ejs b/src/mail_templates/welcome_user-html.ejs index 5e3ef0e53..3256d3dcd 100644 --- a/src/mail_templates/welcome_user-html.ejs +++ b/src/mail_templates/welcome_user-html.ejs @@ -5,9 +5,9 @@

{{ welcomeEmail.salutation }}

{{ welcomeEmail.welcomeTo }}

-

- {{ welcomeEmail.inviteLinkAction }} -

+
+ +{{ welcomeEmail.inviteLinkAction }}