Add preference to disable e-mails about new pending accounts (#10529)
This commit is contained in:
parent
2cb16c20a6
commit
36b39fbac5
5 changed files with 9 additions and 2 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue