Disable notifications for trending links and trending statuses by default
This commit is contained in:
@ -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|
|
||||
|
Reference in New Issue
Block a user