mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This commit creates a new template user_notification_settings.hbs for user notification settings and notification_settings.hbs will be used as a common template for user-level and realm-level settings.
20 lines
424 B
Handlebars
20 lines
424 B
Handlebars
<div id="settings-change-box" class="new-style">
|
|
{{> settings/profile_settings }}
|
|
|
|
{{> settings/account_settings }}
|
|
|
|
{{> settings/user_display_settings }}
|
|
|
|
{{> settings/user_notification_settings }}
|
|
|
|
{{> settings/bot_settings }}
|
|
|
|
{{> settings/alert_word_settings }}
|
|
|
|
{{> settings/attachments_settings }}
|
|
|
|
{{> settings/muted_topics_settings }}
|
|
|
|
{{> settings/muted_users_settings }}
|
|
</div>
|