Added comments to AMVs
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
component Comments(parent arn.PostParent, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
each post in parent.Posts()
|
||||
Postable(post.ToPostable(), user, "")
|
||||
if user == nil && parent.CountPosts() == 0
|
||||
p.no-data.mountable No comments have been written yet.
|
||||
else
|
||||
each post in parent.Posts()
|
||||
Postable(post.ToPostable(), user, "")
|
||||
|
||||
if user != nil
|
||||
if parent.IsLocked()
|
||||
|
Reference in New Issue
Block a user