Anime list no longer embedded in profile

This commit is contained in:
2018-03-14 20:13:20 +01:00
parent 04ac4057a9
commit 045879001f
17 changed files with 247 additions and 266 deletions

View File

@ -18,7 +18,7 @@ component Sidebar(user *arn.User)
//- Sidebar buttons
if user != nil
SidebarButton("Home", "/animelist/watching", "home")
SidebarButton("Home", "/+" + user.Nick + "/animelist/watching", "home")
else
SidebarButton("Home", "/", "home")