mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add imprint logo to emails
- Remove big space under 'Hello XXX' line.
This commit is contained in:
parent
a30b2b0752
commit
aa19a4a3b4
@ -4,6 +4,10 @@ p(style='margin-top: 24px;')
|
|||||||
= t('emails.general.yourGradidoTeam')
|
= t('emails.general.yourGradidoTeam')
|
||||||
p(style='margin-top: 24px;')= '—————'
|
p(style='margin-top: 24px;')= '—————'
|
||||||
p(style='margin-top: 24px;')
|
p(style='margin-top: 24px;')
|
||||||
|
if t('general.imprintImageURL').length > 0
|
||||||
|
div(style='position: relative; left: -22px;')
|
||||||
|
img(src=t('general.imprintImageURL'), width='200', alt=t('general.imprintImageAlt'))
|
||||||
|
br
|
||||||
each line in t('general.imprint').split(/\n/)
|
each line in t('general.imprint').split(/\n/)
|
||||||
= line
|
= line
|
||||||
br
|
br
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
p(style='margin-bottom: 24px;')= t('emails.general.helloName', { firstName, lastName })
|
p= t('emails.general.helloName', { firstName, lastName })
|
||||||
|
|||||||
@ -57,6 +57,8 @@
|
|||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"decimalSeparator": ",",
|
"decimalSeparator": ",",
|
||||||
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland"
|
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland",
|
||||||
|
"imprintImageAlt": "Gradido-Akademie Logo",
|
||||||
|
"imprintImageURL": "https://gdd.gradido.net/img/brand/green.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -57,6 +57,8 @@
|
|||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"decimalSeparator": ".",
|
"decimalSeparator": ".",
|
||||||
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland"
|
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland",
|
||||||
|
"imprintImageAlt": "Gradido-Akademie Logo",
|
||||||
|
"imprintImageURL": "https://gdd.gradido.net/img/brand/green.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user