New design for the users page

This commit is contained in:
2019-08-27 09:39:35 +09:00
parent c569351ec9
commit e033e4cb73
5 changed files with 57 additions and 26 deletions

7
mixins/UserCard.pixy Normal file
View File

@ -0,0 +1,7 @@
component UserCard(user *arn.User, note string)
a.user-card(href=user.Link(), data-pro=user.IsPro())
.user-card-avatar
AvatarNoLink(user)
.user-card-info
.user-card-nick= user.Nick
.user-card-note= note