9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
= simple_form_for(@table) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :title
|
|
|
|
.form-actions
|
|
= f.button :submit
|