mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This actually hasn't been hooked up to do anything in years. While we're at it, we remove the entire "Zulip Labs" settings page.
16 lines
334 B
Handlebars
16 lines
334 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" }}
|
|
</div>
|