mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Advantages of changing it to modal is that now it doesn't render form for every row i.e. form is rendered only for row edit button is clicked.
10 lines
200 B
Handlebars
10 lines
200 B
Handlebars
{{ partial "deactivation-user-modal" }}
|
|
|
|
{{ partial "realm-domains-modal" }}
|
|
|
|
{{ partial "revoke-invite-modal" }}
|
|
|
|
{{ partial "resend-invite-modal" }}
|
|
|
|
<div id="user-info-form-modal-container"></div>
|