From 60a3ad49164af899f9b5d567fde278d07528ceb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E6=A7=8D=E7=94=B1=E7=B4=80?= Date: Sat, 17 Feb 2024 11:02:07 -0500 Subject: [PATCH] Fix formatting of the filtering settings --- app/views/admin/settings/other/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/settings/other/show.html.haml b/app/views/admin/settings/other/show.html.haml index a6b6e21f82..22c3a5253a 100644 --- a/app/views/admin/settings/other/show.html.haml +++ b/app/views/admin/settings/other/show.html.haml @@ -24,8 +24,8 @@ %h4= t('admin.settings.others.activitypub') - .fields-group - = f.input :reject_pattern, wrapper: :with_block_label, as: :text, label: t('admin.settings.reject_pattern.title'), hint: t('admin.settings.reject_pattern.desc_html'), input_html: { rows: 8 } + .fields-group + = f.input :reject_pattern, wrapper: :with_block_label, as: :text, label: t('admin.settings.reject_pattern.title'), hint: t('admin.settings.reject_pattern.desc_html'), input_html: { rows: 8 } .actions = f.button :button, t('generic.save_changes'), type: :submit