Improved users page

This commit is contained in:
2017-06-10 02:51:11 +02:00
parent 41f8c1a978
commit 1454cdc239
4 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,6 @@
component Users(users []*arn.User)
h2.page-title Users
each user in users
p= user.Nick
.user-avatars
each user in users
Avatar(user)