Added recommendations view to the UI

This commit is contained in:
2018-02-24 15:35:34 +01:00
parent b9f8cfc79e
commit d4d7294f4e
3 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,4 @@
component RecommendedAnime(animes []*arn.Anime, user *arn.User)
h1= "Recommended anime for " + user.Nick
component RecommendedAnime(animes []*arn.Anime, worstGenres []string, viewUser *arn.User, user *arn.User)
h1(title="This is a machine-generated list of anime recommendations.")= "Recommended anime for " + viewUser.Nick
AnimeGrid(animes, user)
//- ul
//- each anime in animes
//- li= anime.Title.Canonical
AnimeGrid(animes, user)