New design for the users page
This commit is contained in:
7
mixins/UserCard.pixy
Normal file
7
mixins/UserCard.pixy
Normal 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
|
Reference in New Issue
Block a user