about summary refs log tree commit diff
path: root/app/views/settings/preferences
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-02-09 09:25:53 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-02-09 09:25:53 -0600
commit020b40efdb2e4ddac14bea81ad60512d51eb7fe5 (patch)
treeb9afe17c1257490af354f76d6e1c1f1b3788e546 /app/views/settings/preferences
parent5ba2c300d8ab0e3adc58a380162b66abafbb3bb8 (diff)
parent235c14c79d620d47012a08425324df222a136457 (diff)
Merge remote-tracking branch 'origin/master' into merge-upstream
 Conflicts:
	.travis.yml
	app/lib/user_settings_decorator.rb
	app/models/user.rb
	app/serializers/initial_state_serializer.rb
	app/views/stream_entries/_detailed_status.html.haml
	app/views/stream_entries/_simple_status.html.haml
	config/locales/simple_form.en.yml
Diffstat (limited to 'app/views/settings/preferences')
-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 a2a17d0d6..75dfa027e 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -36,6 +36,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