From f8d23f70b9e5658b109a0180881fb272fccc28ca Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 30 Jul 2020 15:08:05 -0500 Subject: [UI, Accessibility] Make underlining hyperlinks optional --- app/views/settings/preferences/appearance/show.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/settings/preferences') diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml index c2cff5ca4..8d4c182c3 100644 --- a/app/views/settings/preferences/appearance/show.html.haml +++ b/app/views/settings/preferences/appearance/show.html.haml @@ -32,6 +32,7 @@ .fields-group = f.input :setting_style_dashed_nest, as: :boolean, wrapper: :with_label + = f.input :setting_style_underline_a, as: :boolean, wrapper: :with_label %h4= t 'appearance.toot_layout' -- cgit