mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
= simple_form_for [:admin, admin_user] do |f|
|
|
= inputs_field_set do
|
|
= f.input :email, required: true
|
|
= actions_field_set do
|
|
= f.submit
|