11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
= simple_form_for(@metapurse) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.hidden_field :user_id
|
|
= f.input :name
|
|
= f.input :data
|
|
|
|
.form-actions
|
|
= f.button :submit
|