about summary refs log tree commit diff
path: root/app/views/settings
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-02-09 00:26:57 +0100
committerGitHub <noreply@github.com>2018-02-09 00:26:57 +0100
commit76f3d5d16be2fb97d2252909589510165ec05e12 (patch)
treee46a34d048183f23e5d13dbdda9a0922e86a271f /app/views/settings
parent1167c6dbf8d5b8411d9924350b2b9735da6d9d26 (diff)
Add preference to always display sensitive media (#6448)
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/preferences/show.html.haml1
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 441e27a68..030719201 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -38,6 +38,7 @@
 
   .fields-group
     = f.input :setting_auto_play_gif, as: :boolean, wrapper: :with_label
+    = f.input :setting_display_sensitive_media, as: :boolean, wrapper: :with_label
     = f.input :setting_reduce_motion, as: :boolean, wrapper: :with_label
     = f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label