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

6 lines
69 B

<ul>
{{#each this}}
<li>{{this}}</li>
{{/each}}
</ul>