Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/ee0a7bd8c0b3a79c292b0abceb2f780f3889e49f You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

closes 
pull/845/head
sct 4 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