mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
5 lines
339 B
Handlebars
5 lines
339 B
Handlebars
<div class="choice-row" data-value="{{value}}">
|
|
{{> ../dropdown_widget widget_name=stream_dropdown_widget_name default_text=(t 'Select channel')}}
|
|
{{> ../components/icon_button intent="danger" custom_classes="delete-choice tippy-zulip-delayed-tooltip" icon="trash" data-tippy-content=(t "Delete") aria-label=(t "Delete") }}
|
|
</div>
|