Show followers' anime list item
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
component Avatar(user *arn.User)
|
||||
a.user.ajax(href="/+" + user.Nick, title=user.Nick)
|
||||
CustomAvatar(user, user.Link(), user.Nick)
|
||||
|
||||
component CustomAvatar(user *arn.User, link string, title string)
|
||||
a.user.ajax(href=link, title=title)
|
||||
AvatarNoLink(user)
|
||||
|
||||
component AvatarNoLink(user *arn.User)
|
||||
|
Reference in New Issue
Block a user