zulip/static/templates/settings
Steve Howell b746547395 user settings: Fix email sort for bots/deactivateds.
We were still sorting them with the generic alphabetic
sort due to the markup, despite passing in a custom
sort to the `list_render` class.

The `sort_email` helper often behaves like a generic
alphabetic sort, so this fix is mostly just making the code
do what it claims to do (and it's consistent with how
we already sort active users).

The nuance with emails is whether we display real
emails or system-generated emails.
2020-05-11 16:14:04 -07:00
..
account_settings.hbs templates: Use <hr> and <br> consistently. 2020-04-28 17:05:48 -07:00
admin_auth_methods_list.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
admin_realm_domains_list.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
alert_word_settings_item.hbs alert settings: Relocate alert_word_settings_item.hbs 2020-04-18 15:50:04 -07:00
alert_word_settings.hbs alert settings: Move alert words addition form separately. 2020-04-18 15:50:04 -07:00
api_key_modal.hbs settings: Move API key form into its own modal. 2019-08-14 10:50:45 -07:00
attachments_settings.hbs list_render: Remove data-list-render markup. 2020-04-15 15:13:26 -07:00
auth_methods_settings_admin.hbs templates: Use upstream Handlebars partials syntax. 2019-07-12 21:11:14 -07:00
bot_list_admin.hbs user settings: Fix email sort for bots/deactivateds. 2020-05-11 16:14:04 -07:00
bot_settings.hbs settings: Change username to bot email in bot settings HTML. 2019-09-23 15:55:25 -07:00
custom_user_profile_field.hbs user settings: Add separate alert-save widget for profile custom fields. 2019-07-25 13:33:44 -07:00
data_exports_admin.hbs data exports: Switch to solely using a status column. 2020-04-30 13:00:59 -07:00
deactivate_realm_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
deactivated_users_admin.hbs user settings: Fix email sort for bots/deactivateds. 2020-05-11 16:14:04 -07:00
deactivation_stream_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
deactivation_user_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
default_streams_list_admin.hbs list_render: Remove data-list-render markup. 2020-04-15 15:13:26 -07:00
dev_env_email_access.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
display_settings.hbs settings_org: Extract the "options" code as template. 2020-01-31 12:42:26 +05:30
dropdown_list_widget.hbs settings: Consolidate CSS of all dropdown widgets. 2020-04-22 17:57:16 -07:00
dropdown_list.hbs settings: Extract DropdownListWidget from default_code_language_widget. 2020-04-14 12:50:10 -07:00
dropdown_options_widget.hbs settings_org: Extract the "options" code as template. 2020-01-31 12:42:26 +05:30
edit_embedded_bot_service.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
edit_outgoing_webhook_service.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
emoji_settings_admin.hbs list_render: Remove data-list-render markup. 2020-04-15 15:13:26 -07:00
emoji_settings_tip.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
invites_list_admin.hbs invitation: Make Member to see invitations sent by him/her. 2020-05-01 17:42:49 -07:00
linkifier_settings_admin.hbs list_render: Remove data-list-render markup. 2020-04-15 15:13:26 -07:00
muted_topics_settings.hbs muting ui: Update the muted topics table in settings. 2020-04-22 15:07:15 -07:00
notification_settings_checkboxes.hbs org settings: Use standard "types" in .get_input_element_value(). 2020-05-08 14:04:21 -07:00
notification_settings.hbs org settings: Use standard "types" in .get_input_element_value(). 2020-05-08 14:04:21 -07:00
organization_permissions_admin.hbs org settings: Use standard "types" in .get_input_element_value(). 2020-05-08 14:04:21 -07:00
organization_profile_admin.hbs org settings: Extract upgrade zulip plan tip widget. 2020-05-08 14:04:21 -07:00
organization_settings_admin.hbs org settings: Enable message_retention_days in org settings UI. 2020-05-08 14:09:31 -07:00
organization_settings_tip.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
profile_field_choice.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
profile_field_settings_admin.hbs custom profile fields: Add placeholder for custom URL. 2019-08-28 15:43:35 -07:00
realm_domains_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
realm-logo-widget.hbs org settings: Rename plan_includes_wide_organization_logo to more generic. 2020-05-08 14:04:21 -07:00
resend_invite_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
revoke_invite_modal.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
settings_checkbox.hbs org settings: Use standard "types" in .get_input_element_value(). 2020-05-08 14:04:21 -07:00
settings_save_discard_widget.hbs settings-ui: Allow users to view the settings_save_discard_widget. 2020-04-16 15:14:46 -07:00
stream_specific_notification_row.hbs notification_settings: Display streams that differ. 2020-03-31 15:57:47 -07:00
upgrade_tip_widget.hbs org settings: Rename plan_includes_wide_organization_logo to more generic. 2020-05-08 14:04:21 -07:00
upload_space_stats.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
user_list_admin.hbs admin users: Fix email sort. 2020-04-15 15:13:26 -07:00