mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 04:35:28 -04:00
10 lines
267 B
Plaintext
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)
|