diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-30 15:08:05 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:16 -0500 |
commit | f8d23f70b9e5658b109a0180881fb272fccc28ca (patch) | |
tree | fd3477b383d9ceeed4c384f087ba88d4d9d33863 /app/views/settings/preferences | |
parent | b2129db547f89ec1e02bf0742cd08fe466867386 (diff) |
[UI, Accessibility] Make underlining hyperlinks 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 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' |