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

10 lines
424 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 defined?(hidden) && hidden)}
- for comment in comments
= render 'comments/comment', :comment => comment, :person => comment.person
%li.comment.show
= render 'comments/new_comment', :post_id => post_id