From 02dafebe383df729862ca52eb7ec868364c8e695 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 26 Apr 2021 14:39:18 +0100 Subject: [PATCH] Moving header/footer and presentational tables to the base hbs email template. --- .../worker/src/constants/templates/base.hbs | 25 +++- .../src/constants/templates/invitation.hbs | 107 ++++++++---------- .../constants/templates/passwordRecovery.hbs | 97 +++++++--------- .../src/constants/templates/welcome.hbs | 91 ++++++--------- 4 files changed, 143 insertions(+), 177 deletions(-) diff --git a/packages/worker/src/constants/templates/base.hbs b/packages/worker/src/constants/templates/base.hbs index ba0571db0b..38ceff023a 100644 --- a/packages/worker/src/constants/templates/base.hbs +++ b/packages/worker/src/constants/templates/base.hbs @@ -20,11 +20,28 @@ -{{ body }} - + - + diff --git a/packages/worker/src/constants/templates/invitation.hbs b/packages/worker/src/constants/templates/invitation.hbs index 16b011a17f..fcaf7e7ca1 100644 --- a/packages/worker/src/constants/templates/invitation.hbs +++ b/packages/worker/src/constants/templates/invitation.hbs @@ -1,67 +1,50 @@ -You've been invited to use {{ company }}'s Budibase platform! - - - + \ No newline at end of file diff --git a/packages/worker/src/constants/templates/passwordRecovery.hbs b/packages/worker/src/constants/templates/passwordRecovery.hbs index 838e8f816c..6ebe606467 100644 --- a/packages/worker/src/constants/templates/passwordRecovery.hbs +++ b/packages/worker/src/constants/templates/passwordRecovery.hbs @@ -1,62 +1,45 @@ -Use this link to reset your password. The link is only valid for 24 hours. - - - + \ No newline at end of file diff --git a/packages/worker/src/constants/templates/welcome.hbs b/packages/worker/src/constants/templates/welcome.hbs index 89d4136121..6d4dcbd5e8 100644 --- a/packages/worker/src/constants/templates/welcome.hbs +++ b/packages/worker/src/constants/templates/welcome.hbs @@ -1,62 +1,45 @@ -Thanks for trying out [Product Name]. We’ve pulled together some information and resources to help you get started. - - - + \ No newline at end of file