Improved user profiles

This commit is contained in:
2017-07-03 17:33:57 +02:00
parent dd974ed99a
commit 4f6ffd969d
9 changed files with 25 additions and 14 deletions

View File

@ -5,4 +5,4 @@ component LatestPosts(postables []arn.Postable, viewUser *arn.User, user *arn.Us
h2.page-title= len(postables), " latest posts by ", postables[0].Author().Nick
PostableList(postables)
else
p= viewUser.Nick + " hasn't written any posts yet."
p.no-data.mountable= viewUser.Nick + " hasn't written any posts yet."