fix(email): make image a link to the action url in request template

closes #834
This commit is contained in:
sct
2021-02-04 12:56:43 +00:00
parent b658ddf5cf
commit ee0a7bd8c0

View File

@@ -75,8 +75,8 @@ div(role='article' aria-roledescription='email' aria-label='' lang='en')
tr
td
table(cellpadding='0' cellspacing='0' role='presentation')
img(src=imageUrl alt='')
p
a(href=actionUrl style='color: #3869d4')
img(src=imageUrl alt='')
p(style='\
font-size: 16px;\
line-height: 24px;\