diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-10 00:35:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 00:35:49 +0200 |
commit | 36b39fbac55a9b141b99b54f193ec2702f8c3c39 (patch) | |
tree | 394b0d1d1e80f90c49511ce30fef01eda44b6d8c /app/views/settings | |
parent | 2cb16c20a636a364b6d4d17f9588541a0d113731 (diff) |
Add preference to disable e-mails about new pending accounts (#10529)
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/notifications/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/notifications/show.html.haml b/app/views/settings/notifications/show.html.haml index 8aaac043b..6ec57b502 100644 --- a/app/views/settings/notifications/show.html.haml +++ b/app/views/settings/notifications/show.html.haml @@ -14,6 +14,7 @@ - if current_user.staff? = ff.input :report, as: :boolean, wrapper: :with_label + = ff.input :pending_account, as: :boolean, wrapper: :with_label .fields-group = f.simple_fields_for :notification_emails, hash_to_object(current_user.settings.notification_emails) do |ff| |