Use HasCreator and HasEditor mixins

This commit is contained in:
2018-04-08 12:01:18 +02:00
parent 48b26f090c
commit 33636dad8e
8 changed files with 32 additions and 15 deletions

View File

@ -1,7 +1,7 @@
component ThreadLink(thread *arn.Thread)
.thread-link.mountable(data-sticky=thread.Sticky)
.post-author.thread-author
Avatar(thread.Author())
Avatar(thread.Creator())
.thread-content-container
.thread-content
if thread.Sticky != 0