mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Upgraded to FontAwesome 4.3.0
This commit is contained in:
parent
c4ce64d98d
commit
015deacd7b
132 changed files with 2260 additions and 3917 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
{{#if helpText}}
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-nd-form-info" title="{{helpText}}"/>
|
||||
<i class="icon-sonarr-form-info" title="{{helpText}}"/>
|
||||
</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<span class="col-sm-1 help-inline">
|
||||
{{#if helpText}}
|
||||
<i class="icon-nd-form-info" title="{{helpText}}"/>
|
||||
<i class="icon-sonarr-form-info" title="{{helpText}}"/>
|
||||
{{/if}}
|
||||
{{#if helpLink}}
|
||||
<a href="{{helpLink}}" class="help-link"><i class="icon-info-sign"/></a>
|
||||
<a href="{{helpLink}}" class="help-link"><i class="icon-sonarr-form-info-link"/></a>
|
||||
{{/if}}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue