about summary refs log tree commit diff
path: root/app/views/settings/preferences/notifications/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-08-25 23:38:22 +0200
committerGitHub <noreply@github.com>2022-08-25 23:38:22 +0200
commit0b3e4fd5de392969b624719b2eb3f86277b6ac1f (patch)
tree3a036e1d0652ed199be6fc09ce0cd4a3ac398c5f /app/views/settings/preferences/notifications/show.html.haml
parent5b0e8cc92b9ca0ab0dc24366d95f67a88c470173 (diff)
Remove digest e-mails (#17985)
* Remove digest e-mails

* Remove digest-related code
Diffstat (limited to 'app/views/settings/preferences/notifications/show.html.haml')
-rw-r--r--app/views/settings/preferences/notifications/show.html.haml4
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