mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
remove mailto command from mail-template
This commit is contained in:
parent
3ce4b92d0f
commit
ed3761f457
@ -1,6 +1,7 @@
|
|||||||
extend ../layout.pug
|
extend ../layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
//
|
||||||
mixin mailto(email, subject)
|
mixin mailto(email, subject)
|
||||||
- var formattedSubject = encodeURIComponent(subject)
|
- var formattedSubject = encodeURIComponent(subject)
|
||||||
a(class!=attributes.class href=`mailto:${email}?subject=${formattedSubject}`)
|
a(class!=attributes.class href=`mailto:${email}?subject=${formattedSubject}`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user