diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-08-25 23:38:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 23:38:22 +0200 |
commit | 0b3e4fd5de392969b624719b2eb3f86277b6ac1f (patch) | |
tree | 3a036e1d0652ed199be6fc09ce0cd4a3ac398c5f /app/views/settings | |
parent | 5b0e8cc92b9ca0ab0dc24366d95f67a88c470173 (diff) |
Remove digest e-mails (#17985)
* Remove digest e-mails * Remove digest-related code
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/preferences/notifications/show.html.haml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/settings/preferences/notifications/show.html.haml b/app/views/settings/preferences/notifications/show.html.haml index bc7afb993..f00dbadd4 100644 --- a/app/views/settings/preferences/notifications/show.html.haml +++ b/app/views/settings/preferences/notifications/show.html.haml @@ -26,10 +26,6 @@ .fields-group = f.input :setting_always_send_emails, as: :boolean, wrapper: :with_label - .fields-group - = f.simple_fields_for :notification_emails, hash_to_object(current_user.settings.notification_emails) do |ff| - = ff.input :digest, as: :boolean, wrapper: :with_label - %h4= t 'notifications.other_settings' .fields-group |