mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We rename class of notification settings except checkboxes by prefixing them with 'setting_' for clarity. We do not change class of checkboxes because settings_checkbox is used by other templates also and if we only change class of those using notification_settings_checkboxes then live update code will break and will need to add separate condition for differentiating between which partial template is used.