mirror of https://github.com/zulip/zulip.git
9 lines
437 B
Handlebars
9 lines
437 B
Handlebars
|
<div class="input-group">
|
||
|
<label class="group-setting-label">{{label}}</label>
|
||
|
<div class="pill-container person_picker prop-element" id="id_{{setting_name}}" data-setting-widget-type="group-setting-type">
|
||
|
<div class="input" contenteditable="true" data-placeholder="{{t 'Add roles, groups or users' }}">
|
||
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|