diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 10:30:45 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 10:46:26 +0100 |
commit | c6df6686af01e774b2b4618e96194bf80db6ecf2 (patch) | |
tree | d05719cda14674586cf82190d8bc0e0c59cff647 /app/views | |
parent | 4eed5019a23084816931cf9a0f426003aa160256 (diff) |
Disable notifications for trending links and trending statuses by default
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/notifications/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/preferences/notifications/show.html.haml b/app/views/settings/preferences/notifications/show.html.haml index 223e5d740..e01cd077f 100644 --- a/app/views/settings/preferences/notifications/show.html.haml +++ b/app/views/settings/preferences/notifications/show.html.haml @@ -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| |