Mountable footer in stats

This commit is contained in:
Eduard Urbach 2018-04-17 18:29:48 +02:00
parent 5eaf0db4a5
commit a2d6aec1f0

View File

@ -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.