Skip to content

Commit

Permalink
fix(email): make image a link to the action url in request template
Browse files Browse the repository at this point in the history
closes #834
  • Loading branch information
sct committed Feb 4, 2021
1 parent b658ddf commit ee0a7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/templates/email/media-request/html.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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;\
Expand Down

0 comments on commit ee0a7bd

Please sign in to comment.