Make user lists use the new card design

This commit is contained in:
2019-08-28 11:24:39 +09:00
parent bc4e67f718
commit cacaf335ee
10 changed files with 28 additions and 137 deletions

View File

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