mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
= simple_form_for [:admin, page] do |f|
|
|
= inputs_field_set do
|
|
= f.input :name
|
|
= f.input :title
|
|
= f.input :content
|
|
= actions_field_set do
|
|
= f.submit
|