home feed group toggle

This commit is contained in:
2458773093
2019-07-22 04:50:09 +03:00
parent bf2d54201b
commit ff03e6a55f
6 changed files with 21 additions and 12 deletions

View File

@@ -62,6 +62,7 @@
= f.input :setting_expand_spoilers, 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
= f.input :setting_group_in_home_feed, as: :boolean, wrapper: :with_label
.actions
= f.button :button, t('generic.save_changes'), type: :submit