2016-11-19 18:02:33 +00:00
|
|
|
component Forum(tag string, threads []*arn.Thread)
|
2017-06-07 23:14:45 +00:00
|
|
|
h2.page-title Forum
|
2016-11-19 18:02:33 +00:00
|
|
|
ForumTags
|
2017-06-20 13:46:49 +00:00
|
|
|
.forum
|
|
|
|
ThreadList(threads)
|
2016-11-19 18:02:33 +00:00
|
|
|
|
2017-06-20 11:15:32 +00:00
|
|
|
.buttons
|
|
|
|
button
|
|
|
|
Icon("refresh")
|
|
|
|
span Load more
|
2017-06-08 12:46:38 +00:00
|
|
|
|
|
|
|
component ThreadList(threads []*arn.Thread)
|
2016-11-18 17:58:00 +00:00
|
|
|
each thread in threads
|
2017-06-12 22:06:35 +00:00
|
|
|
ThreadLink(thread)
|