mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added handlebars.helpers (if_eq, etc)
This commit is contained in:
parent
281790ff0a
commit
2fd73ea446
5 changed files with 156 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
<div class="indexer-settings-item">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
{{#if isNewznab}}
|
||||
{{#if_eq implementation compare="Newznab"}}
|
||||
<span class="btn-group pull-right">
|
||||
<button class="btn btn-mini x-delete"><i class="icon-nd-delete"/></button>
|
||||
</span>
|
||||
{{/if}}
|
||||
{{/if_eq}}
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
|
|
|
@ -6,6 +6,5 @@ define([
|
|||
successMessage: 'Indexer Saved',
|
||||
errorMessage : 'Couldn\'t save indexer'
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue