Use shared form partial for admin/warning_presets views (#30069)

This commit is contained in:
Matt Jankowski 2024-04-29 05:33:06 -04:00 committed by GitHub
commit a9816f051d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 14 deletions

View file

@ -0,0 +1,7 @@
.fields-group
= form.input :title,
wrapper: :with_block_label
.fields-group
= form.input :text,
wrapper: :with_block_label