mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-02 20:03:47 +01:00
Add Reject Pattern to Other Page on GlitchSoc
This commit is contained in:
parent
5255bd08e0
commit
d9eb7ee676
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue