diaspora/app/views/comments/_comments.html.haml

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