update email template layout

This commit is contained in:
mahula 2023-05-10 09:08:26 +02:00
parent c6cbfab68e
commit 8c171835e1
11 changed files with 109 additions and 117 deletions

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.accountActivation.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.accountMultiRegistration.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.addedContributionMessage.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.contributionConfirmed.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.contributionDeleted.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.contributionDenied.title')
.text-block

View File

@ -1,5 +1,6 @@
//- This sets the greeting at the end of every e-mail
.text-block
.w-container(class="wrapper_head")
.text-block
p
= t('emails.general.sincerelyYours')
br

View File

@ -32,8 +32,8 @@ html.w-mod-js.wf-worksans-n4-active.wf-worksans-n6-active.wf-worksans-n1-active.
body
//- include includes/header.pug
.wrapper.wf-section
block content
include includes/greeting.pug
include includes/footer.pug

View File

@ -1,7 +1,6 @@
extends ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.resetPassword.title')
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.transactionLinkRedeemed.title', { senderFirstName, senderLastName })
.text-block

View File

@ -1,7 +1,6 @@
extend ../layout.pug
block content
.wrapper.wf-section
.w-container(class="wrapper_head")
h1.headline.h1= t('emails.transactionReceived.title', { senderFirstName, senderLastName, transactionAmount })
.text-block