mirror of https://github.com/zulip/zulip.git
10 lines
491 B
Handlebars
10 lines
491 B
Handlebars
<div class='choice-row movable-row' data-value="{{value}}">
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
|
<input type='text' class="modal_text_input" placeholder='{{t "New option" }}' value="{{ text }}" />
|
|
|
|
<button type='button' class="button rounded small delete-choice {{#if new_empty_choice_row}} hide {{/if}}" title="{{t 'Delete' }}">
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|