thirteen-tien-len/app/views/shared/_micropost_form.html.haml
2023-11-15 12:30:47 +00:00

7 lines
193 B
Plaintext

= simple_form_for(@micropost) do |f|
= f.error_notification
.form-inputs
= f.text_area :content, placeholder: "I got something to say..."
.form-actions
= f.button :submit, "Post"