Added hide anime in my collection button
This commit is contained in:
@ -2,9 +2,11 @@ component ExploreAnime(animeList []*arn.Anime, year string, status string, typ s
|
||||
ExploreFilters(year, status, typ)
|
||||
|
||||
.corner-buttons-hide-on-mobile
|
||||
a.button.ajax(href="/genres")
|
||||
Icon("clone")
|
||||
span View genres
|
||||
button.action(data-trigger="click", data-action="hideAddedAnime", title="Hide anime in my collection")
|
||||
RawIcon("eye-slash")
|
||||
|
||||
a.button.ajax(href="/genres", title="View genres")
|
||||
RawIcon("clone")
|
||||
|
||||
h1.page-title Explore
|
||||
|
||||
|
Reference in New Issue
Block a user