about summary refs log tree commit diff
path: root/app/views/settings/notifications/show.html.haml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-09-03 17:40:03 +0200
committerGitHub <noreply@github.com>2018-09-03 17:40:03 +0200
commit174548f3bd0f1d42a28a5c501aad7116f18eaddb (patch)
tree24b32d52e098fac57e91fd26be1311b7b677c9c9 /app/views/settings/notifications/show.html.haml
parente915bc3e9e32e34bf80d1bd66ee3f80d2ca37969 (diff)
parent6c233a04a04f674b1be75ce7c6c4547c7a006797 (diff)
Merge pull request #702 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/settings/notifications/show.html.haml')
-rw-r--r--app/views/settings/notifications/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/notifications/show.html.haml b/app/views/settings/notifications/show.html.haml
index b718b62df..8aaac043b 100644
--- a/app/views/settings/notifications/show.html.haml
+++ b/app/views/settings/notifications/show.html.haml
@@ -12,6 +12,9 @@
       = ff.input :favourite, as: :boolean, wrapper: :with_label
       = ff.input :mention, as: :boolean, wrapper: :with_label
 
+      - if current_user.staff?
+        = ff.input :report, as: :boolean, wrapper: :with_label
+
   .fields-group
     = f.simple_fields_for :notification_emails, hash_to_object(current_user.settings.notification_emails) do |ff|
       = ff.input :digest, as: :boolean, wrapper: :with_label