diaspora/app/views/comments/_comments.html.haml
2010-06-26 23:43:30 -07:00

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