Added extension navigation

This commit is contained in:
2017-12-03 19:34:09 +01:00
parent 45ace1ec60
commit f02db2b9b8
6 changed files with 25 additions and 2 deletions

View File

@ -31,5 +31,5 @@ func Get(ctx *aero.Context) string {
watchingList := animeList.Watching()
watchingList.Sort()
return utils.AllowEmbed(ctx, ctx.HTML(components.AnimeList(watchingList, animeList.User(), user)))
return utils.AllowEmbed(ctx, ctx.HTML(components.BrowserExtension(watchingList, animeList.User(), user)))
}