mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 17:54:59 -04:00
8 lines
222 B
Plaintext
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'
|