mirror of https://github.com/zulip/zulip.git
non_editable_user_groups: Remove unused template.
It was added by commit c53458c9c0
(#8806) and never used.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
6758d8ad12
commit
eaffbeaf35
|
@ -1,11 +0,0 @@
|
|||
{{#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}}
|
Loading…
Reference in New Issue