apply new layout to account activation email template

This commit is contained in:
mahula 2023-05-07 13:00:34 +02:00
parent 019ba8f43f
commit 400fe031ba

View File

@ -1,20 +1,19 @@
doctype html extend ../layout.pug
html(lang=locale)
head block content
title= t('emails.accountActivation.subject') .wrapper.wf-section
body .w-container(class="wrapper_head")
h1(style='margin-bottom: 24px;')= t('emails.accountActivation.subject') h1.headline.h1= t('emails.accountActivation.title')
#container.col .text-block
include ../hello.pug include ../includes/salutation.pug
p= t('emails.accountActivation.emailRegistered') p= t('emails.accountActivation.emailRegistered')
p .content.w-container
= t('emails.accountActivation.pleaseClickLink') h2.heading= t('emails.accountActivation.title')
br div(class="p_content")= t('emails.accountActivation.pleaseClickLink')
a(href=activationLink) #{activationLink} a.button-3.w-button(href=activationLink) #{t('emails.accountActivation.activateAccount')}
br //- div(class="p_content")= t('emails.general.orCopyLink')
= t('emails.general.orCopyLink') // TODO make this a reusable block (block new-link)
p h2.heading-2 Neuen gültigen Link anfordern
= t('emails.accountActivation.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes }) div(class="p_content")= t('emails.accountActivation.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes })
br br
a(href=resendLink) #{resendLink} a.button-4.w-button(href=resendLink) #{t('emails.general.newLink')}
include ../greatingFormularImprint.pug