From a2d6aec1f047c52903b8fa4444b8ae66d8678b8c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 17 Apr 2018 18:29:48 +0200 Subject: [PATCH] Mountable footer in stats --- pages/profile/stats.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/stats.pixy b/pages/profile/stats.pixy index d28ae75d..c99822b4 100644 --- a/pages/profile/stats.pixy +++ b/pages/profile/stats.pixy @@ -9,7 +9,7 @@ component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.Use span= pie.Title PieChart(pie.Slices) - .footer + .footer.mountable span= viewUser.Nick + " spent " span= int(stats.AnimeWatchingTime / time.Hour / 24) span days watching anime. \ No newline at end of file