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

@ -11,7 +11,7 @@ component EditorRankingList(users []*arn.User, idToScore map[string]int, url str
tbody
for index, user := range users
tr.ranking.mountable
td= toString(index + 1) + "."
td= fmt.Sprint(index + 1) + "."
td.ranking-user
Avatar(user)
a.ranking-user-nick(href=user.Link())= user.Nick