Some improvements

This commit is contained in:
2016-12-06 12:36:31 +09:00
parent c2d9817ec5
commit 1268aa8ba6
21 changed files with 72 additions and 273 deletions

View File

@ -4,6 +4,8 @@ component Forum(tag string, threads []*arn.Thread)
each thread in threads
ThreadLink(thread)
button#load-more-threads Load more
component ThreadLink(thread *arn.Thread)
.thread-link(data-sticky=thread.Sticky)