mirror of https://github.com/zulip/zulip.git
14 lines
621 B
Handlebars
14 lines
621 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>
|
|
<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>
|
|
</div>
|