13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
component HallOfFame(entries []*utils.HallOfFameEntry, user *arn.User)
|
|
h1.hall-of-fame-page-title Hall of Fame
|
|
.footer Most popular TV series for each year.
|
|
|
|
.hall-of-fame
|
|
each entry in entries
|
|
.hall-of-fame-entry
|
|
.hall-of-fame-anime
|
|
AnimeImageLink(entry.Anime, "large", user)
|
|
a.hall-of-fame-footer(href="/explore/anime/" + strconv.Itoa(entry.Year) + "/any/finished/tv", title="Best TV series " + strconv.Itoa(entry.Year))
|
|
.hall-of-fame-trophy
|
|
Icon("trophy")
|
|
.hall-of-fame-year= entry.Year |