12 lines
363 B
Text
12 lines
363 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3. See
|
|
-# the COPYRIGHT file.
|
|
|
|
|
|
%div.comments
|
|
%ul.comment_set{:id => post.id}
|
|
- for comment in post.comments
|
|
= render 'comments/comment', :post => comment
|
|
%li.comment.show
|
|
= render 'comments/new_comment', :post => post
|
|
|