diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-08-13 17:09:00 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:17 -0500 |
commit | dd57e2eba758c63a17234c66cc5568a5a4ce8da9 (patch) | |
tree | 8a10d596473fed5e1f4ea2560c43579da7001b42 /app/views/settings/preferences | |
parent | 8a012af662255fa36c3aa89591078cdc353988fb (diff) |
[UI] Make blog-style wide media optional
Diffstat (limited to 'app/views/settings/preferences')
-rw-r--r-- | app/views/settings/preferences/appearance/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml index c89ca6e28..48031a973 100644 --- a/app/views/settings/preferences/appearance/show.html.haml +++ b/app/views/settings/preferences/appearance/show.html.haml @@ -31,6 +31,7 @@ = f.input :setting_system_emoji_font, as: :boolean, wrapper: :with_label .fields-group + = f.input :setting_style_wide_media, as: :boolean, wrapper: :with_label = f.input :setting_style_dashed_nest, as: :boolean, wrapper: :with_label = f.input :setting_style_underline_a, as: :boolean, wrapper: :with_label |