about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-05-27 21:26:03 +0200
committerGitHub <noreply@github.com>2019-05-27 21:26:03 +0200
commit1b0ce85e3da4b5c1941f65da7d73258da6eed6d0 (patch)
tree4ee42aa7195fd98de901dd73947e4eda2f195015 /app/views
parentfdb3952b203d562ba32ba3131d941fa4ea07d7b3 (diff)
parent6d60701bfaa3a4b2bc168ea413c8f0c8e1545526 (diff)
Merge pull request #1072 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/preferences/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml
index cd5bf9be2..45c8b55db 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -47,6 +47,9 @@
   %hr#settings_web/
 
   .fields-group
+    = f.input :setting_advanced_layout, as: :boolean, wrapper: :with_label
+
+  .fields-group
     = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label
     = f.input :setting_boost_modal, as: :boolean, wrapper: :with_label
     = f.input :setting_favourite_modal, as: :boolean, wrapper: :with_label