mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update email template layout
This commit is contained in:
parent
c6cbfab68e
commit
8c171835e1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user