6 lines
175 B
Text
6 lines
175 B
Text
%div.comments
|
|
= render "comments/new_comment", :post => post
|
|
%ul.comment_set
|
|
- for comment in post.comments
|
|
= render "comments/comment", :comment => comment
|
|
|