mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-12-28 12:45:56 +01:00
Fix formatting of the filtering settings
This commit is contained in:
parent
a80c058616
commit
7e27d1f4a1
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,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