mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
organization-settings: Redesign the "Remove from default" button in default channels.
Fixes part of #34200.
This commit is contained in:
committed by
Tim Abbott
parent
9e2e2da7e1
commit
5b46d43f54
@@ -6,9 +6,12 @@
|
|||||||
</td>
|
</td>
|
||||||
{{#if ../can_modify}}
|
{{#if ../can_modify}}
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<button class="button rounded remove-default-stream button-danger">
|
{{> ../components/action_button
|
||||||
{{t "Remove from default" }}
|
attention="quiet"
|
||||||
</button>
|
intent="danger"
|
||||||
|
label=(t "Remove from default")
|
||||||
|
custom_classes="remove-default-stream"
|
||||||
|
}}
|
||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user