From c866e48f69fe82ad5cf5a52404a8d695c7a659f5 Mon Sep 17 00:00:00 2001 From: Essem Date: Sat, 17 Feb 2024 09:57:05 -0600 Subject: [PATCH] Fix indent in other settings page --- 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