mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added handlebars.helpers (if_eq, etc)
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user