Can now reply to threads

This commit is contained in:
2017-06-26 23:04:15 +02:00
parent fad6f7657a
commit db28721126
3 changed files with 26 additions and 6 deletions

View File

@ -1,7 +1,7 @@
component Thread(thread *arn.Thread, posts []*arn.Post, user *arn.User)
h2.thread-title= thread.Title
.thread
#thread.thread(data-id=thread.ID)
.posts
Postable(thread.ToPostable(), thread.Author().ID)