Forum activity shown in user profiles

This commit is contained in:
2017-06-08 14:46:38 +02:00
parent 4a6e4378ce
commit 4f7ef694c8
13 changed files with 100 additions and 44 deletions

View File

@ -1,12 +1,14 @@
component Forum(tag string, threads []*arn.Thread)
h2.page-title Forum
ForumTags
each thread in threads
ThreadLink(thread)
ThreadList(threads)
button#load-more-threads Load more
component ThreadList(threads []*arn.Thread)
each thread in threads
ThreadLink(thread)
component ThreadLink(thread *arn.Thread)
.thread-link(data-sticky=thread.Sticky)
.post-author.thread-author