Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/edfd52790109b713cafafc01ed713b895bb74fc9/UI/Form/FormHelpPartial.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{{#if helpText}}
|
|
<span class="help-inline">
|
|
<i class="icon-question-sign" title="{{helpText}}"/>
|
|
</span>
|
|
{{/if}}
|
|
|
|
{{#if helpLink}}
|
|
<span class="help-inline">
|
|
<a href="{{helpLink}}" class="help-link"><i class="icon-info-sign"/></a>
|
|
</span>
|
|
{{/if}} |