about summary refs log tree commit diff
path: root/app/views/settings/notifications/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/notifications/show.html.haml')
-rw-r--r--app/views/settings/notifications/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/notifications/show.html.haml b/app/views/settings/notifications/show.html.haml
index 6ec57b502..d7de635c6 100644
--- a/app/views/settings/notifications/show.html.haml
+++ b/app/views/settings/notifications/show.html.haml
@@ -12,7 +12,7 @@
       = ff.input :favourite, as: :boolean, wrapper: :with_label
       = ff.input :mention, as: :boolean, wrapper: :with_label
 
-      - if current_user.staff?
+      - if current_user.can_moderate?
         = ff.input :report, as: :boolean, wrapper: :with_label
         = ff.input :pending_account, as: :boolean, wrapper: :with_label