Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/42fb4fcaa4c9ee1410c1950a5bfc79ed7a87b5d8/UI/Calendar/CalendarItemTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<div class="event">
|
|
<div class="date {{statusLevel}}">
|
|
<h1>{{day}}</h1>
|
|
<h4>{{month}}</h4>
|
|
</div>
|
|
<h4>{{series.title}}</h4>
|
|
<p>{{startTime}} {{bestDateString}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
|
|
</div> |