mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 12:45:48 -04:00
8 lines
241 B
Plaintext
8 lines
241 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'
|