You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
727 B
24 lines
727 B
<div class="notification-item">
|
|
<div>
|
|
<h3>{{name}}</h3>
|
|
<span class="btn-group pull-right">
|
|
<button class="btn btn-mini btn-icon-only x-edit"><i class="icon-nd-edit"/></button>
|
|
<button class="btn btn-mini btn-icon-only x-delete"><i class="icon-nd-delete"/></button>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="settings">
|
|
{{#if onGrab}}
|
|
<span class="label label-success">On Grab</span>
|
|
{{else}}
|
|
<span class="label">On Grab</span>
|
|
{{/if}}
|
|
|
|
{{#if onDownload}}
|
|
<span class="label label-success">On Download</span>
|
|
{{else}}
|
|
<span class="label">On Download</span>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|