Add preferences for follow request notification e-mails

This commit is contained in:
Eugen Rochko
2016-12-26 22:04:16 +01:00
parent 5418df467d
commit eca6110fc4
3 changed files with 8 additions and 5 deletions

View File

@ -8,6 +8,7 @@
= f.simple_fields_for :notification_emails, current_user.settings(:notification_emails) do |ff|
= ff.input :follow, as: :boolean, wrapper: :with_label
= ff.input :follow_request, as: :boolean, wrapper: :with_label
= ff.input :reblog, as: :boolean, wrapper: :with_label
= ff.input :favourite, as: :boolean, wrapper: :with_label
= ff.input :mention, as: :boolean, wrapper: :with_label