diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-20 20:09:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-20 20:09:05 +0900 |
| commit | 4b5c0f0d1f9711b27ededbcdda785753325f04ea (patch) | |
| tree | b8d5e2006035af2481a9c9cd7e8300e2cd6e3cb8 /backend/admin/templates/dashboard.html | |
| parent | 1a08d06be929900fb8d8b61a1ac0611005c277e8 (diff) | |
| download | phperkaigi-2025-albatross-4b5c0f0d1f9711b27ededbcdda785753325f04ea.tar.gz phperkaigi-2025-albatross-4b5c0f0d1f9711b27ededbcdda785753325f04ea.tar.zst phperkaigi-2025-albatross-4b5c0f0d1f9711b27ededbcdda785753325f04ea.zip | |
feat(backend): add /admin/online-qualifying-ranking
Diffstat (limited to 'backend/admin/templates/dashboard.html')
| -rw-r--r-- | backend/admin/templates/dashboard.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 15b10ff..2d030ef 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -7,6 +7,9 @@ <p> <a href="{{ .BasePath }}/admin/games">Games</a> </p> +<p> + <a href="{{ .BasePath }}/admin/online-qualifying-ranking?game_1=7&game_2=8">Online Qualifying Ranking</a> +</p> <form method="post" action="{{ .BasePath }}/logout"> <button type="submit">Logout</button> </form> |
