From 84e246d31fa1a3c20f4ea83e484956d8ebe94049 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 13 Jul 2017 05:47:17 +0200 Subject: [PATCH] Better stats --- pages/profile/stats.pixy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/profile/stats.pixy b/pages/profile/stats.pixy index 199fbf3c..82e1366f 100644 --- a/pages/profile/stats.pixy +++ b/pages/profile/stats.pixy @@ -3,13 +3,13 @@ component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.Use .widgets each pie in stats.PieCharts - .widget + .widget.mountable h3.widget-title Icon("pie-chart") span= pie.Title PieChart(pie.Slices) .footer.text-center - span You spent + span= viewUser.Nick + " spent " span= int(stats.AnimeWatchingTime / time.Hour / 24) span days watching anime. \ No newline at end of file