mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This also adds a box-shadow to the #deactivate_self_modal so that it looks similar to the old backdrop.
16 lines
334 B
Handlebars
16 lines
334 B
Handlebars
<div id="settings-change-box" class="new-style">
|
|
<div class="alert" id="settings-status"></div>
|
|
|
|
{{ partial "account-settings" }}
|
|
|
|
{{ partial "display-settings" }}
|
|
|
|
{{ partial "notification-settings" }}
|
|
|
|
{{ partial "bot-settings" }}
|
|
|
|
{{ partial "alert-word-settings" }}
|
|
|
|
{{ partial "ui-settings" }}
|
|
</div>
|