Files
growstuff/app/views/comments/new.html.haml
2017-02-04 14:07:59 +13:00

8 lines
222 B
Plaintext

= content_for :title, "New comment"
= render partial: "posts/single", locals: { post: @post || @comment.post, subject: true }
= render partial: "posts/comments", locals: { post: @post || @comment.post }
= render 'form'