Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/a882aaf6ac9e0e3c715b90b6a8d283d725e61daf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
10 deletions
@ -35,14 +35,14 @@
</div>
<div class="row">
<div class="col-md-10 col-xs-8">
{{ # if _ eq status compare = "continuing" }}
{{ # if nextAiring }}
<span class="label label-default"> {{ RelativeDate nextAiring }} </span>
{{ / if }}
{{ else }}
{{ # if _ eq status compare = "ended" }}
<span class="label label-danger">Ended</span>
{{ / if _ eq }}
{{ # if nextAiring }}
<span class="label label-default"> {{ RelativeDate nextAiring }} </span>
{{ / if }}
{{ seasonCountHelper }}
{{ profile profileId }}
@ -22,11 +22,9 @@
<div class="labels">
{{ > EpisodeProgressPartial }}
{{ # if _ eq status compare = "continuing" }}
{{ # if nextAiring }}
<span class="label label-default"> {{ RelativeDate nextAiring }} </span>
{{ / if }}
{{ / if _ eq }}
{{ # if nextAiring }}
<span class="label label-default"> {{ RelativeDate nextAiring }} </span>
{{ / if }}
</div>
</div>
</div>