about summary refs log tree commit diff
path: root/app/views/settings/preferences/show.html.haml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2017-10-16 15:46:12 -0500
committerGitHub <noreply@github.com>2017-10-16 15:46:12 -0500
commit7c44ad63550ccf3cb7532440f79196b20dc24c5d (patch)
treefb5d8ed08dc130607fd7fd31c67b7cad4ebfd8f5 /app/views/settings/preferences/show.html.haml
parent6cd5b3bbe5a11fcf25bbefba2803f2ae840f39fc (diff)
parent37ff061d9bf0a91da6580960be01e3c6bc5e5c4c (diff)
Merge pull request #181 from glitch-soc/upstream-merge-again
Merge upstream, pull in fixes for tootsuite/mastodon#{5409,5417}
Diffstat (limited to 'app/views/settings/preferences/show.html.haml')
-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 7475e3fd2..69e26a7be 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -35,6 +35,7 @@
 
   .fields-group
     = f.input :setting_auto_play_gif, 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
 
   .actions