Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/ef58acb4b5b8c2b293a73cf106adf56eba9520ea/UI/Shared/NotificationTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<div class="alert alert-{{level}}">
|
|
<button type="button" class="close x-close icon-remove-sign"></button>
|
|
<i class="{{iconClass}}"/><strong>{{title}}</strong>
|
|
{{#if isPreFormatted}}
|
|
<pre>{{{preFormattedMessage}}}</pre>
|
|
{{else}}
|
|
{{message}}
|
|
{{/if}}
|
|
|
|
</div> |