Posts and threads as sub-pages of forum on user profiles

This commit is contained in:
2017-11-17 11:00:49 +01:00
parent 3dc9a2e7bf
commit 900148b788
5 changed files with 18 additions and 8 deletions

View File

@ -1,5 +1,6 @@
component ProfileThreads(threads []*arn.Thread, viewUser *arn.User, user *arn.User, uri string)
ProfileHeader(viewUser, user, uri)
ProfileForumTabs(viewUser)
if len(threads) == 0
p.no-data.mountable= viewUser.Nick + " hasn't written any threads yet."