Genre flipcards

This commit is contained in:
2016-11-20 04:53:33 +09:00
parent fbcef9008d
commit 76fee33c7d
4 changed files with 28 additions and 12 deletions

View File

@ -41,7 +41,7 @@ component Anime(anime *arn.Anime)
.light-button-group
each genre in anime.Genres
if genre != ""
a.light-button.ajax(href="/genres/" + arn.FixGenre(genre))
a.light-button.ajax(href="/genres/" + arn.GetGenreIDByName(genre))
Icon(arn.GetGenreIcon(genre))
span= genre