10 lines
349 B
Plaintext
Raw Normal View History

2018-03-10 15:43:57 +00:00
component EditorRankingList(users []*arn.User, idToScore map[string]int, url string)
h1.page-title Editor ranking list
UsersTabs(url)
.user-cards
each user in users
UserCard(user, fmt.Sprintf("%s points", humanize.Comma(int64(idToScore[user.ID]))))
2019-09-01 07:39:17 +00:00
footer.footer.mountable
p Score is generated from new data submissions and data fixes.