10 lines
295 B
Plaintext
Raw Normal View History

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