diff --git a/app/views/admin/settings/other/show.html.haml b/app/views/admin/settings/other/show.html.haml index b4b8b2edde..eb3d48347d 100644 --- a/app/views/admin/settings/other/show.html.haml +++ b/app/views/admin/settings/other/show.html.haml @@ -30,8 +30,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