This commit is contained in:
Xeltica 2021-01-07 01:31:46 +09:00
parent 6a18812e9d
commit 029dd5086f

View File

@ -28,7 +28,7 @@ mixin rankingTable()
- const rating = rec.rating.toFixed(2);
tr
td=rank
td !{rec.username}@!{rec.host}
td: +exta(href="https://" + rec.host + "/@" + rec.username) @!{rec.username}@!{rec.host}
td=rating
-
if (lastRating !== rating) {