From 0b2e88fb94b7b92e3a1001061b96aaf51a227741 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 1 Nov 2018 17:25:01 +0900 Subject: [PATCH] Make tabs mountable on profiles --- pages/profile/profile.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index b1ac70db..ca6f0c21 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -18,7 +18,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, span JSON component ProfileTabs(viewUser *arn.User, uri string) - .tabs + .tabs.mountable.never-unmount Tab("Anime", "th", "/+" + viewUser.Nick) Tab("Characters", "child", "/+" + viewUser.Nick + "/characters/liked") Tab("Forum", "comment", "/+" + viewUser.Nick + "/forum/threads")