mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
The 'Updated Settings' message we get at the bottom of admin-page when we change the name is removed. Fixes #3815.
18 lines
367 B
Handlebars
18 lines
367 B
Handlebars
<div id="settings-change-box" class="new-style">
|
|
{{ partial "account-settings" }}
|
|
|
|
{{ partial "display-settings" }}
|
|
|
|
{{ partial "notification-settings" }}
|
|
|
|
{{ partial "bot-settings" }}
|
|
|
|
{{ partial "alert-word-settings" }}
|
|
|
|
{{ partial "attachments-settings" }}
|
|
|
|
{{ partial "muted-topics-settings" }}
|
|
|
|
{{ partial "ui-settings" }}
|
|
</div>
|