mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. 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
|
|
|