From 10f0cd9dbc408b171fbd6a96ed1b552407046b13 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 28 Feb 2026 15:15:01 +0900 Subject: feat(admin): show play/watch links for non-public games Admin games list page already shows all games including non-public ones, but play/watch links were hidden behind an IsPublic check. Since this is an admin-only page, always show the links. Co-Authored-By: Claude Opus 4.6 --- backend/admin/templates/games.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/backend/admin/templates/games.html b/backend/admin/templates/games.html index 63f27b7..e4804e1 100644 --- a/backend/admin/templates/games.html +++ b/backend/admin/templates/games.html @@ -15,12 +15,8 @@ {{ .DisplayName }} (id={{ .GameID }} type={{ .GameType }} {{ if not .IsPublic }}private{{ end }}) -- cgit v1.3.1