2013-09-04 21:54:24 +02:00
|
|
|
{{! Alert word in the settings page that can be removed }}
|
|
|
|
<li class="alert-word-item" data-word='{{word}}'>
|
|
|
|
{{#if editing}}
|
2013-12-17 17:37:28 +01:00
|
|
|
<input class="edit-alert-word input-medium" type="text" placeholder="Alert Word" /><button class="btn btn-mini add-alert-word" type="button">Add</button>
|
2013-09-04 21:54:24 +02:00
|
|
|
{{else}}
|
2013-10-21 01:04:25 +02:00
|
|
|
{{word}}<button class="btn btn-mini remove-alert-word" type="button"><i class="icon-vector-remove"></i></button>
|
2013-09-04 21:54:24 +02:00
|
|
|
{{/if}}
|
2013-10-08 13:13:49 +02:00
|
|
|
</li>
|