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