mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
%div.comments
|
|
%ul.comment_set{:id => post.id}
|
|
- for comment in post.comments
|
|
= render 'comments/comment', :post => comment
|
|
%li.comment
|
|
= render 'comments/new_comment', :post => post
|
|
|