Reword and rearrange Content Retention page (#27733)
This commit is contained in:
parent
b67b61b963
commit
bb8c6346fb
3 changed files with 12 additions and 7 deletions
|
@ -14,14 +14,18 @@
|
|||
= f.input :media_cache_retention_period,
|
||||
input_html: { pattern: '[0-9]+' },
|
||||
wrapper: :with_block_label
|
||||
= f.input :backups_retention_period,
|
||||
input_html: { pattern: '[0-9]+' },
|
||||
wrapper: :with_block_label
|
||||
|
||||
%h4= t('admin.settings.content_retention.danger_zone')
|
||||
|
||||
.fields-group
|
||||
= f.input :content_cache_retention_period,
|
||||
hint: false,
|
||||
input_html: { pattern: '[0-9]+' },
|
||||
warning_hint: t('simple_form.hints.form_admin_settings.content_cache_retention_period'),
|
||||
wrapper: :with_block_label
|
||||
= f.input :backups_retention_period,
|
||||
input_html: { pattern: '[0-9]+' },
|
||||
wrapper: :with_block_label
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue