Improved tooltips

This commit is contained in:
2018-04-18 14:05:44 +02:00
parent 0ebcd46fb6
commit 2302dbad31
4 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@ component EditorRankingList(users []*arn.User, idToScore map[string]int, url str
td= toString(index + 1) + "."
td.ranking-user
Avatar(user)
a(href=user.Link())= user.Nick
a.ranking-user-nick(href=user.Link())= user.Nick
td.ranking-score= idToScore[user.ID]
.footer.mountable