mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
%div.comments
|
|
= render "comments/new_comment", :post => post
|
|
%ul.comment_set
|
|
- for comment in post.comments
|
|
= render "comments/comment", :comment => comment
|
|
|