diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-26 22:04:16 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-26 22:04:16 +0100 |
commit | eca6110fc44c9a51925c1a217b1522d613648779 (patch) | |
tree | 5dbc17aeac018bf75044eff6e4c58cc55eaf6507 /app/views/settings | |
parent | 5418df467d953316838b8eaee1ad90c33b3c15a6 (diff) |
Add preferences for follow request notification e-mails
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index db5b9fb48..a0860c94b 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -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 |