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

closes #834
pull/845/head
sct 3 years ago
parent b658ddf5cf
commit ee0a7bd8c0

@ -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;\

Loading…
Cancel
Save