Fix formatting of the filtering settings

This commit is contained in:
丈槍由紀 2024-02-17 11:02:07 -05:00 committed by Jeremy Kescher
parent d9eb7ee676
commit 60a3ad4916
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -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