Improved profile
This commit is contained in:
5
pages/profile/threads.pixy
Normal file
5
pages/profile/threads.pixy
Normal file
@ -0,0 +1,5 @@
|
||||
component ProfileThreads(threads []*arn.Thread, viewUser *arn.User, user *arn.User)
|
||||
ProfileHeader(viewUser, user)
|
||||
|
||||
.forum
|
||||
ThreadList(threads)
|
Reference in New Issue
Block a user