zulip/static/templates/alert_word_settings_item.ha...

9 lines
485 B
Handlebars

{{! Alert word in the settings page that can be removed }}
<li class="alert-word-item" data-word='{{word}}'>
{{#if editing}}
<input class="edit-alert-word input-medium" type="text" placeholder="{{t 'Alert Word' }}" /><button class="btn btn-default btn-mini add-alert-word" type="button">{{t "Add" }}</button>
{{else}}
{{word}}<button class="btn btn-default btn-mini remove-alert-word" type="button"><i class="icon-vector-remove"></i></button>
{{/if}}
</li>