summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-03 18:59:09 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-03 18:59:09 +0100
commit3c0df0cfaf0d3e52b9d7ec166a468e09d0cdf5a9 (patch)
treef7870b8c3ab9aba799ed0982d53687e76f0f24ee
parent91169091fc1b2f1c8f3d95aca239457991c5c86b (diff)
downloadserver-3c0df0cfaf0d3e52b9d7ec166a468e09d0cdf5a9.tar.gz
Fix player links on rematch page.
-rw-r--r--views/rematch.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rematch.pug b/views/rematch.pug
index 09df6ec..c2f84d2 100644
--- a/views/rematch.pug
+++ b/views/rematch.pug
@@ -23,7 +23,7 @@ html
|
| and
|
- | <a href="#{p.name}">#{p.name}</a>
+ | <a href="/user/#{p.name}">#{p.name}</a>
| ?
form(method="post" action="/rematch/"+game.game_id)