Replace greeting formular by include and add imprint by this

This commit is contained in:
Wolfgang Huß 2022-12-20 14:06:25 +01:00
parent 9314f8e427
commit 9da21a5cfb
7 changed files with 7 additions and 28 deletions

View File

@ -17,7 +17,4 @@ html(lang=locale)
= t('emails.accountActivation.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes })
br
a(href=resendLink) #{resendLink}
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -13,7 +13,4 @@ html(lang=locale)
= " "
a(href=overviewURL) #{overviewURL}
p= t('emails.general.pleaseDoNotReply')
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -13,7 +13,4 @@ html(lang=locale)
= " "
a(href=overviewURL) #{overviewURL}
p= t('emails.general.pleaseDoNotReply')
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -13,7 +13,4 @@ html(lang=locale)
= " "
a(href=overviewURL) #{overviewURL}
p= t('emails.general.pleaseDoNotReply')
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -17,7 +17,4 @@ html(lang=locale)
= t('emails.resetPassword.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes })
br
a(href=resendLink) #{resendLink}
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -16,7 +16,4 @@ html(lang=locale)
= " "
a(href=overviewURL) #{overviewURL}
p= t('emails.general.pleaseDoNotReply')
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug

View File

@ -12,7 +12,4 @@ html(lang=locale)
= " "
a(href=overviewURL) #{overviewURL}
p= t('emails.general.pleaseDoNotReply')
p(style='margin-top: 24px;')
= t('emails.general.sincerelyYours')
br
= t('emails.general.yourGradidoTeam')
include ../greatingFormularImprint.pug