Improved profile
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
component LatestPosts(postables []arn.Postable, viewUser *arn.User)
|
||||
component LatestPosts(postables []arn.Postable, viewUser *arn.User, user *arn.User)
|
||||
ProfileHeader(viewUser, user)
|
||||
|
||||
if len(postables) > 0
|
||||
h2.thread-title= len(postables), " latest posts by ", postables[0].Author().Nick
|
||||
h2.page-title= len(postables), " latest posts by ", postables[0].Author().Nick
|
||||
PostableList(postables)
|
||||
else
|
||||
p= viewUser.Nick + " hasn't written any posts yet."
|
Reference in New Issue
Block a user