From 6a939257294655dd5c1b5ada323dfdc7dfc013f3 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 24 Feb 2026 12:19:35 +0000 Subject: fix(admin): show username in submissions and add testcase links to problems list Submissions list and detail pages now display the username alongside the user ID instead of showing only a numeric ID. The problems list page now includes a direct link to each problem's testcases for easier navigation. https://claude.ai/code/session_01JF5ZmGAQ4zNbhV5DM729Fw --- backend/admin/templates/problems.html | 1 + backend/admin/templates/submission_detail.html | 2 +- backend/admin/templates/submissions.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'backend/admin/templates') diff --git a/backend/admin/templates/problems.html b/backend/admin/templates/problems.html index 120789e..c5fc290 100644 --- a/backend/admin/templates/problems.html +++ b/backend/admin/templates/problems.html @@ -14,6 +14,7 @@ {{ .Title }} (id={{ .ProblemID }} language={{ .Language }}) + | Testcases {{ end }} diff --git a/backend/admin/templates/submission_detail.html b/backend/admin/templates/submission_detail.html index ed601ba..b4c82d0 100644 --- a/backend/admin/templates/submission_detail.html +++ b/backend/admin/templates/submission_detail.html @@ -12,7 +12,7 @@

Basics