diaspora/app/views/comments/_comments.html.haml
2010-06-28 14:47:23 -07:00

6 lines
176 B
Text

%div.comments
/= render "comments/new_comment", :post => post
%ul.comment_set
- for comment in post.comments
= render "comments/comment", :comment => comment