From 029dd5086f525e9c21e8546fa67ceb7b778fae3c Mon Sep 17 00:00:00 2001 From: Xeltica Date: Thu, 7 Jan 2021 01:31:46 +0900 Subject: [PATCH] add link --- src/views/_components.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/_components.pug b/src/views/_components.pug index 5010983..e13fca8 100644 --- a/src/views/_components.pug +++ b/src/views/_components.pug @@ -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) {