Add Reject Pattern to Other Page on GlitchSoc

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

View file

@ -22,5 +22,10 @@
.fields-group
= f.input :outgoing_spoilers, wrapper: :with_label, label: t('admin.settings.outgoing_spoilers.title'), hint: t('admin.settings.outgoing_spoilers.desc_html'), glitch_only: true
%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 }
.actions
= f.button :button, t('generic.save_changes'), type: :submit