Sonarr/src/UI/Activity/Queue/QueueActionsCellTemplate.hbs

13 lines
515 B
Handlebars
Raw Normal View History

2015-02-13 21:03:50 +00:00
{{#if_eq status compare="Completed"}}
{{#if_eq trackedDownloadStatus compare="Warning"}}
2015-02-21 02:20:31 +00:00
<i class="icon-sonarr-import x-import" title="Force import"></i>
{{/if_eq}}
{{/if_eq}}
{{#if_eq status compare="Pending"}}
2015-02-21 02:20:31 +00:00
<i class="icon-sonarr-download x-grab" title="Add to download queue (Override Delay Profile)"></i>
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
{{else}}
2015-02-21 02:20:31 +00:00
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
{{/if_eq}}