mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
9 lines
251 B
HTML
9 lines
251 B
HTML
<span class="col-sm-1 help-inline">
|
|
{{#if helpText}}
|
|
<i class="icon-nd-form-info" title="{{helpText}}"/>
|
|
{{/if}}
|
|
{{#if helpLink}}
|
|
<a href="{{helpLink}}" class="help-link"><i class="icon-info-sign"/></a>
|
|
{{/if}}
|
|
</span>
|