Add publish_button_text site setting

This commit is contained in:
Effy Elden 2022-11-16 21:54:41 +11:00
parent a1738f8991
commit aeed3a9a1b
No known key found for this signature in database
GPG key ID: 532C5E50BF4F86EE
7 changed files with 13 additions and 2 deletions

View file

@ -30,5 +30,8 @@
= fa_icon 'trash fw'
= t('admin.site_uploads.delete')
.fields-group
= f.input :publish_button_text, wrapper: :with_block_label
.actions
= f.button :button, t('generic.save_changes'), type: :submit