Files
growstuff/app/views/comments/show.html.haml

10 lines
267 B
Plaintext

= content_for :title, @comment.post.subject
= render :partial => "posts/single", :locals => { :post => @comment.post }
%h2 Showing 1 comment
= render :partial => "single", :locals => { :comment => @comment }
=link_to "View all comments", post_path(@comment.post)