Improved explore

This commit is contained in:
Eduard Urbach 2017-11-07 17:50:03 +01:00
parent 3fb236de25
commit 6632a3e453

View File

@ -3,6 +3,9 @@ component ExploreAnime(animeList []*arn.Anime, year string, status string, typ s
h1.page-title Explore
if len(animeList) == 0
p.no-data.mountable No anime found using the above filters.
else
AnimeGrid(animeList)
component ExploreFilters(year string, status string, typ string)