Improved posts style

This commit is contained in:
2019-06-09 09:52:13 +09:00
parent a0ee24e81e
commit 2074d81e69
10 changed files with 74 additions and 89 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, thread.Creator().ID)
//- Reply
if user != nil