mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
organization_settings: Restyle remove button to make the UI consistent.
This commit is contained in:
committed by
Tim Abbott
parent
d0be7ec9f0
commit
5167ff640a
@@ -8,6 +8,13 @@
|
|||||||
<span class="rendered-checkbox"></span>
|
<span class="rendered-checkbox"></span>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
<td><button class="button button-danger small rounded delete_realm_domain">{{t "Remove" }}</button></td>
|
<td>
|
||||||
|
{{> ../components/action_button
|
||||||
|
label=(t "Remove")
|
||||||
|
custom_classes="delete_realm_domain"
|
||||||
|
attention="quiet"
|
||||||
|
intent="danger"
|
||||||
|
}}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
|||||||
Reference in New Issue
Block a user