zulip/static/templates/settings_tab.handlebars
Raghav Jajodia 05f0d1953b account-settings: Removed 'Updated settings' message from admin.
The 'Updated Settings' message we get at the bottom
of admin-page when we change the name is removed.
Fixes #3815.
2017-03-10 10:53:06 -08:00

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>