Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/ca250d7e976e96c247b07857acf744268e72bdec
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
14 additions and
12 deletions
@ -7,20 +7,21 @@
</div>
<div class="col-md-10">
<div class="row">
<h2 class="series-title">
{{ titleWithYear }}
<div class="col-md-12">
<h2 class="series-title">
{{ titleWithYear }}
<span class="labels">
<span class="label label-default">{{ network }} </span>
{{ # unless _ eq status compare = "continuing" }}
<span class="label label-danger">Ended</span>
{{ / unless _ eq }}
</span>
</ h2 >
<span class="labels">
<span class="label label-default">{{ network }} </span>
{{ # unless _ eq status compare = "continuing" }}
<span class="label label-danger">Ended</span>
{{ / unless _ eq }}
</span>
</h2>
</ div >
</div>
<div class="row new-series-overview x-overview">
<div class=" overview-internal">
<div class=" col-md-12 overview-internal">
{{ overview }}
</div>
</div>
@ -40,6 +40,8 @@
padding-bottom : 20px;
.series-title {
margin-top : 5px;
.labels {
margin-left : 10px;
@ -94,7 +96,6 @@
color: #ffffff;
}
}
}
.loading-folders {
margin : 30px 0px;