13 lines
426 B
Plaintext
Raw Normal View History

2017-06-12 22:06:35 +00:00
component ThreadLink(thread *arn.Thread)
2017-06-20 18:13:04 +00:00
.thread-link.mountable(data-sticky=thread.Sticky)
2017-06-12 22:06:35 +00:00
.post-author.thread-author
Avatar(thread.Author())
.thread-content-container
.thread-content
if thread.Sticky
Icon("thumb-tack")
a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title
.spacer
.thread-reply-count= thread.Replies
.thread-icons
Icon(arn.GetForumIcon(thread.Tags[0]))