9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
= simple_form_for(@token) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :canister_id
|
|
|
|
.form-actions
|
|
= f.button :submit, "Add Token"
|