zulip/static/templates/settings/profile-field-choice.handle...

10 lines
464 B
Handlebars
Raw Normal View History

<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>
2018-04-12 11:17:52 +02:00
<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>
2018-04-12 11:17:52 +02:00
</button>
</div>