mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-05 02:53:58 +01:00
Fix formatting of the filtering settings
This commit is contained in:
parent
d9eb7ee676
commit
60a3ad4916
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
%h4= t('admin.settings.others.activitypub')
|
%h4= t('admin.settings.others.activitypub')
|
||||||
|
|
||||||
.fields-group
|
.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 }
|
= 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
|
.actions
|
||||||
= f.button :button, t('generic.save_changes'), type: :submit
|
= f.button :button, t('generic.save_changes'), type: :submit
|
||||||
|
|
Loading…
Reference in a new issue