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

7 lines
195 B
Text

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