Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/f3194279e486577dcb2b375f09da924d43a50e80/UI/Shared/Grid/PagerTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<ul>
|
|
{{#each handles}}
|
|
<li {{#if className}}class="{{className}}"{{/if}}>
|
|
{{#if pageNumber}}
|
|
<span>{{label}}</span>
|
|
{{else}}
|
|
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
|
|
{{/if}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|