Show /genres link on genre pages
This commit is contained in:
parent
281a495858
commit
06455e373d
@ -5,4 +5,7 @@ component Genre(genre string, animes []*arn.Anime, user *arn.User)
|
|||||||
button.action(data-trigger="click", data-action="hideAddedAnime", title="Hide anime in my collection")
|
button.action(data-trigger="click", data-action="hideAddedAnime", title="Hide anime in my collection")
|
||||||
RawIcon("eye-slash")
|
RawIcon("eye-slash")
|
||||||
|
|
||||||
|
a.button.ajax(href="/genres", title="View genres")
|
||||||
|
RawIcon("clone")
|
||||||
|
|
||||||
AnimeGrid(animes, user)
|
AnimeGrid(animes, user)
|
Loading…
Reference in New Issue
Block a user