10 lines
295 B
Plaintext
Raw Normal View History

2017-07-06 01:24:56 +00:00
component ProfileThreads(threads []*arn.Thread, viewUser *arn.User, user *arn.User, uri string)
ProfileHeader(viewUser, user, uri)
ProfileForumTabs(viewUser)
2017-07-03 15:21:00 +00:00
2017-07-03 15:33:57 +00:00
if len(threads) == 0
p.no-data.mountable= viewUser.Nick + " hasn't written any threads yet."
else
.forum
ThreadList(threads)