11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
= simple_form_for(@command) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :name
|
|
= f.input :trigger
|
|
= f.input :body
|
|
|
|
.form-actions
|
|
= f.button :submit
|