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

6 lines
69 B

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