Add preferences for follow request notification e-mails
This commit is contained in:
parent
5418df467d
commit
eca6110fc4
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue