Use shared form partial for admin/rules views (#30067)

This commit is contained in:
Matt Jankowski 2024-04-29 05:33:27 -04:00 committed by GitHub
commit e336466894
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 :text,
wrapper: :with_block_label
.fields-group
= form.input :hint,
wrapper: :with_block_label