mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added links and api key links to notifications
This commit is contained in:
parent
35d29df864
commit
625acef635
23 changed files with 90 additions and 9 deletions
11
UI/Form/FormHelpPartial.html
Normal file
11
UI/Form/FormHelpPartial.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{#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}}
|
Loading…
Add table
Add a link
Reference in a new issue