mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
14 lines
541 B
Handlebars
14 lines
541 B
Handlebars
<tr>
|
|
<td class="panel_user_list">
|
|
{{> ../user_group_display_only_pill . strikethrough=soft_removed}}
|
|
</td>
|
|
<td class="empty-email-col-for-user-group"></td>
|
|
<td>
|
|
{{#if soft_removed}}
|
|
<button data-group-id="{{group_id}}" class="undo_soft_removed_potential_subgroup button small rounded white">{{t 'Add' }}</button>
|
|
{{else}}
|
|
<button data-group-id="{{group_id}}" class="remove_potential_subgroup button small rounded white">{{t 'Remove' }}</button>
|
|
{{/if}}
|
|
</td>
|
|
</tr>
|