7 lines
208 B
Text
7 lines
208 B
Text
%div.comments
|
|
%ul.comment_set{:id => post.id}
|
|
- for comment in post.comments
|
|
= render 'comments/comment', :post => comment
|
|
%li.comment
|
|
= render 'comments/new_comment', :post => post
|
|
|