diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-03 18:59:09 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-03 18:59:09 +0100 |
commit | 3c0df0cfaf0d3e52b9d7ec166a468e09d0cdf5a9 (patch) | |
tree | f7870b8c3ab9aba799ed0982d53687e76f0f24ee | |
parent | 91169091fc1b2f1c8f3d95aca239457991c5c86b (diff) | |
download | server-3c0df0cfaf0d3e52b9d7ec166a468e09d0cdf5a9.tar.gz |
Fix player links on rematch page.
-rw-r--r-- | views/rematch.pug | 2 |
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) |