Added media icons to sidebar (closes #52)

This commit is contained in:
2017-11-13 16:46:33 +01:00
parent 7f8c582917
commit 6ced454e97
10 changed files with 116 additions and 46 deletions

View File

@ -8,8 +8,8 @@ component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.Use
Icon("pie-chart")
span= pie.Title
PieChart(pie.Slices)
.footer.text-center
.footer
span= viewUser.Nick + " spent "
span= int(stats.AnimeWatchingTime / time.Hour / 24)
span days watching anime.