12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
= simple_form_for(@canister) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :icid
|
|
= f.input :name
|
|
-# = f.association :user
|
|
= f.hidden_field :user_id
|
|
|
|
.form-actions
|
|
= f.button :submit
|