Readarr/src/UI/Settings/DownloadClient/DownloadClientItemViewTemplate.hbs
Keivan Beigi c472d8fe96 stripBom
2015-01-29 17:14:38 -08:00

13 lines
317 B
Handlebars

<div class="download-client-item thingy">
<div>
<h3>{{name}}</h3>
</div>
<div class="settings">
{{#if enable}}
<span class="label label-success">Enabled</span>
{{else}}
<span class="label label-default">Not Enabled</span>
{{/if}}
</div>
</div>