12 lines
413 B
Plaintext
Raw Normal View History

component Genre(genre string, animes []*arn.Anime, user *arn.User)
h1(title=toString(len(animes)) + " anime")= strings.Title(genre)
.corner-buttons-hide-on-mobile
2018-03-17 21:09:17 +00:00
if user != nil
button.action(data-trigger="click", data-action="hideAddedAnime", title="Hide anime in my collection")
RawIcon("eye-slash")
2018-03-07 19:40:41 +00:00
a.button.ajax(href="/genres", title="View genres")
RawIcon("clone")
AnimeGrid(animes, user)