2017-11-30 00:47:12 +00:00
|
|
|
component Genre(genre string, animes []*arn.Anime, user *arn.User)
|
|
|
|
h1(title=toString(len(animes)) + " anime")= strings.Title(genre)
|
2017-12-02 20:06:15 +00:00
|
|
|
|
|
|
|
.corner-buttons-hide-on-mobile
|
|
|
|
button.action(data-trigger="click", data-action="hideAddedAnime", title="Hide anime in my collection")
|
|
|
|
RawIcon("eye-slash")
|
|
|
|
|
2017-11-30 00:47:12 +00:00
|
|
|
AnimeGrid(animes, user)
|