mirror of https://github.com/zulip/zulip.git
16 lines
687 B
Handlebars
16 lines
687 B
Handlebars
<div class="add_subscribers_container">
|
|
<div class="pill-container person_picker">
|
|
<div class="input" contenteditable="true"
|
|
data-placeholder="{{t 'Add subscribers. Use usergroup or #channelname to bulk add subscribers.' }}">
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
</div>
|
|
</div>
|
|
{{#if (not hide_add_button)}}
|
|
<div class="add_subscriber_btn_wrapper inline-block">
|
|
<button type="submit" name="add_subscriber" class="button add-subscriber-button add-users-button small rounded sea-green" tabindex="0">
|
|
{{t 'Add' }}
|
|
</button>
|
|
</div>
|
|
{{/if}}
|
|
</div>
|