Style fix

This commit is contained in:
2017-12-05 11:28:29 +01:00
parent b5512a4661
commit 7f7f9f4803
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ component OsuRankingList(users []*arn.User)
tr.mountable tr.mountable
th # th #
th Player th Player
th.ranking-pp Performance th.ranking-score Performance
th.ranking-accuracy Accuracy th.ranking-accuracy Accuracy
tbody tbody
for index, user := range users for index, user := range users

View File

@ -8,7 +8,7 @@ component OverwatchRankingList(users []*arn.User)
tr.mountable tr.mountable
th # th #
th Player th Player
th.ranking-pp Skill Rating th.ranking-score Skill Rating
tbody tbody
for index, user := range users for index, user := range users
tr.ranking.mountable tr.ranking.mountable