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
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.accountActivation.title')
|
h1.headline.h1= t('emails.accountActivation.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.accountMultiRegistration.title')
|
h1.headline.h1= t('emails.accountMultiRegistration.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.addedContributionMessage.title')
|
h1.headline.h1= t('emails.addedContributionMessage.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.contributionConfirmed.title')
|
h1.headline.h1= t('emails.contributionConfirmed.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.contributionDeleted.title')
|
h1.headline.h1= t('emails.contributionDeleted.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.contributionDenied.title')
|
h1.headline.h1= t('emails.contributionDenied.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
//- This sets the greeting at the end of every e-mail
|
//- This sets the greeting at the end of every e-mail
|
||||||
.text-block
|
.w-container(class="wrapper_head")
|
||||||
|
.text-block
|
||||||
p
|
p
|
||||||
= t('emails.general.sincerelyYours')
|
= t('emails.general.sincerelyYours')
|
||||||
br
|
br
|
||||||
|
|||||||
@ -32,8 +32,8 @@ html.w-mod-js.wf-worksans-n4-active.wf-worksans-n6-active.wf-worksans-n1-active.
|
|||||||
body
|
body
|
||||||
//- include includes/header.pug
|
//- include includes/header.pug
|
||||||
|
|
||||||
|
.wrapper.wf-section
|
||||||
block content
|
block content
|
||||||
|
|
||||||
include includes/greeting.pug
|
include includes/greeting.pug
|
||||||
|
|
||||||
include includes/footer.pug
|
include includes/footer.pug
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extends ../layout.pug
|
extends ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.resetPassword.title')
|
h1.headline.h1= t('emails.resetPassword.title')
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.transactionLinkRedeemed.title', { senderFirstName, senderLastName })
|
h1.headline.h1= t('emails.transactionLinkRedeemed.title', { senderFirstName, senderLastName })
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.wrapper.wf-section
|
|
||||||
.w-container(class="wrapper_head")
|
.w-container(class="wrapper_head")
|
||||||
h1.headline.h1= t('emails.transactionReceived.title', { senderFirstName, senderLastName, transactionAmount })
|
h1.headline.h1= t('emails.transactionReceived.title', { senderFirstName, senderLastName, transactionAmount })
|
||||||
.text-block
|
.text-block
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user