mirror of https://github.com/zulip/zulip.git
10 lines
464 B
Handlebars
10 lines
464 B
Handlebars
<div class='choice-row movable-profile-field-row'>
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
|
<input type='text' data-toggle='tooltip' title='{{t "Text" }}' placeholder='{{t "Text" }}' value="{{ text }}" />
|
|
|
|
<button type='button' class="button rounded small btn-danger delete-choice" title="{{t 'Delete' }}">
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|