diaspora/app/views/comments/_comments.html.haml
2010-11-29 12:10:41 -08:00

10 lines
399 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%ul.comments{:id => post_id, :class => ("hidden" if comment_hashes.size == 0)}
- for comment_hash in comment_hashes
= render 'comments/comment', comment_hash
%li.comment.show
= render 'comments/new_comment', :post_id => post_id