Improved forum database

This commit is contained in:
2017-06-26 23:41:16 +02:00
parent db28721126
commit e7d914f223
7 changed files with 84 additions and 21 deletions

View File

@ -8,6 +8,6 @@ component ThreadLink(thread *arn.Thread)
Icon("thumb-tack")
a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title
.spacer
.thread-reply-count= thread.Replies
.thread-reply-count= len(thread.Posts)
.thread-icons
Icon(arn.GetForumIcon(thread.Tags[0]))