9 lines
358 B
Plaintext
Raw Normal View History

2018-03-14 19:50:32 +00:00
component AnimeListPage(animeListItems []*arn.AnimeListItem, nextIndex int, viewUser *arn.User, user *arn.User, status string)
h1.page-title= viewUser.Nick + "'s anime list"
2017-06-29 21:27:21 +00:00
if user.ID != viewUser.ID
.anime-list-user-avatar
Avatar(viewUser)
2018-03-14 15:15:35 +00:00
StatusTabs("/+" + viewUser.Nick + "/animelist")
AnimeListItems(animeListItems, nextIndex, viewUser, user)