Anime episodes stored under a different table

This commit is contained in:
2017-07-10 16:58:34 +02:00
parent 29842b3ccc
commit 8037edcb67
11 changed files with 112 additions and 63 deletions

View File

@ -6,7 +6,7 @@ component ThreadLink(thread *arn.Thread)
.thread-content
if thread.Sticky != 0
Icon("thumb-tack")
a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title
a.thread-link-title.ajax(href="/thread/" + thread.ID)= thread.Title
.spacer
.thread-reply-count= len(thread.Posts)
.thread-icons