zulip/web/templates/settings/profile_field_choice.hbs

10 lines
438 B
Handlebars

<div class='choice-row movable-profile-field-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' placeholder='{{t "New option" }}' value="{{ text }}" />
<button type='button' class="button rounded small delete-choice" title="{{t 'Delete' }}">
<i class="fa fa-trash-o" aria-hidden="true"></i>
</button>
</div>