Improved activity overview

This commit is contained in:
2019-08-30 10:02:22 +09:00
parent 17f734da1e
commit 4976e5ab35
6 changed files with 53 additions and 35 deletions

View File

@ -11,4 +11,4 @@ component Comments(parent arn.PostParent, user *arn.User)
//- p.no-data.mountable No comments have been written yet.
//- else
each post in parent.PostsRelevantFirst(5)
Postable(post, user, true, "")
Postable(post, user, true, false, "")