Files
growstuff/app/views/comments/new.html.haml
2014-08-11 13:02:08 +10:00

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'