mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 13:04:23 +02:00
fix(email): make image a link to the action url in request template
closes #834
This commit is contained in:
@@ -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;\
|
||||
|
Reference in New Issue
Block a user