Started working on thread view

This commit is contained in:
2016-11-19 17:49:00 +09:00
parent b5be7e9cef
commit 95ddd6774b
4 changed files with 73 additions and 2 deletions

View File

@ -21,7 +21,7 @@ component ForumHeader
a.ajax(href="/forum/bug") Bugs
component ThreadLink(thread *arn.Thread)
.thread(data-stick=toString(thread.Sticky))
.thread-link(data-sticky=thread.Sticky)
.post-author.thread-author
Avatar(thread.Author)
.thread-content-container