mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
12 lines
423 B
Handlebars
12 lines
423 B
Handlebars
{{#with user_group}}
|
|
<div class="user-group white-box ntm" id="{{id}}">
|
|
<h4>
|
|
<span class="name" data-placeholder="{{t 'Name' }}">{{name}}</span>
|
|
—
|
|
<span class="description" data-placeholder="{{t 'Description' }}">{{description}}</span>
|
|
</h4>
|
|
<p class="subscribers">{{t 'Subscribers' }}</p>
|
|
<div class="pill-container not-editable" data-group-pills="{{id}}"></div>
|
|
</div>
|
|
{{/with}}
|