Disable notifications for trending links and trending statuses by default

This commit is contained in:
Claire
2022-02-26 10:30:45 +01:00
parent 4eed5019a2
commit c6df6686af
6 changed files with 24 additions and 5 deletions

View File

@ -24,6 +24,8 @@
= ff.input :appeal, as: :boolean, wrapper: :with_label
= ff.input :pending_account, as: :boolean, wrapper: :with_label
= ff.input :trending_tag, as: :boolean, wrapper: :with_label
= ff.input :trending_link, as: :boolean, wrapper: :with_label
= ff.input :trending_status, as: :boolean, wrapper: :with_label
.fields-group
= f.simple_fields_for :notification_emails, hash_to_object(current_user.settings.notification_emails) do |ff|