Disable old profile pages

This commit is contained in:
2018-11-24 15:57:52 +09:00
parent 5668c66b31
commit cfb481df52
18 changed files with 280 additions and 283 deletions

View File

@ -1,9 +1,9 @@
component ProfileThreads(threads []*arn.Thread, viewUser *arn.User, user *arn.User, uri string)
ProfileHeader(viewUser, user, uri)
ProfileForumTabs(viewUser)
//- 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."
else
.forum
ThreadList(threads)
//- if len(threads) == 0
//- p.no-data.mountable= viewUser.Nick + " hasn't written any threads yet."
//- else
//- .forum
//- ThreadList(threads)