Remove toString calls (upgrade to latest pixy version)

This commit is contained in:
2018-04-25 22:15:42 +02:00
parent a6fea3965c
commit 526a7998bb
14 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
component Genre(genre string, animes []*arn.Anime, user *arn.User)
h1(title=toString(len(animes)) + " anime")= strings.Title(genre)
h1(title=fmt.Sprint(len(animes)) + " anime")= strings.Title(genre)
.corner-buttons-hide-on-mobile
if user != nil