12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
= simple_form_for(@doodad) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :body
|
|
= f.hidden_field :user_id
|
|
= f.input :is_public
|
|
= f.input :is_global
|
|
|
|
.form-actions
|
|
= f.button :submit
|