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

@ -15,7 +15,7 @@ component OverwatchRankingList(users []*arn.User, url string)
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-tier= strings.Title(user.Accounts.Overwatch.Tier)
td.ranking-score= strconv.Itoa(user.Accounts.Overwatch.SkillRating) + " SR"