mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 13:33:26 +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
|
tr
|
||||||
td
|
td
|
||||||
table(cellpadding='0' cellspacing='0' role='presentation')
|
table(cellpadding='0' cellspacing='0' role='presentation')
|
||||||
|
a(href=actionUrl style='color: #3869d4')
|
||||||
img(src=imageUrl alt='')
|
img(src=imageUrl alt='')
|
||||||
p
|
|
||||||
p(style='\
|
p(style='\
|
||||||
font-size: 16px;\
|
font-size: 16px;\
|
||||||
line-height: 24px;\
|
line-height: 24px;\
|
||||||
|
Reference in New Issue
Block a user