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

@ -3,7 +3,7 @@ component Thread(thread *arn.Thread, user *arn.User)
#thread.thread(data-id=thread.ID)
.posts
Postable(thread, user, true, thread.Creator().ID)
Postable(thread, user, true, false, thread.Creator().ID)
//- Reply
if user != nil