diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2026-02-24 21:55:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 21:55:01 +0900 |
| commit | 6d85a8f97c8c9e086f2f9b8c71fd730bff12af07 (patch) | |
| tree | 4771498620c1d13ad5caa882f880943529e07aa1 /backend/admin/templates/problems.html | |
| parent | b3379e09c5e724ca0a755da10f8a4d33427b09bf (diff) | |
| parent | 6a939257294655dd5c1b5ada323dfdc7dfc013f3 (diff) | |
| download | phperkaigi-2026-albatross-6d85a8f97c8c9e086f2f9b8c71fd730bff12af07.tar.gz phperkaigi-2026-albatross-6d85a8f97c8c9e086f2f9b8c71fd730bff12af07.tar.zst phperkaigi-2026-albatross-6d85a8f97c8c9e086f2f9b8c71fd730bff12af07.zip | |
Merge pull request #8 from nsfisis/claude/find-missing-admin-features-mHZoD
Display usernames in submission lists and details
Diffstat (limited to 'backend/admin/templates/problems.html')
| -rw-r--r-- | backend/admin/templates/problems.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <a href="{{ $.BasePath }}admin/problems/{{ .ProblemID }}"> {{ .Title }} (id={{ .ProblemID }} language={{ .Language }}) </a> + | <a href="{{ $.BasePath }}admin/problems/{{ .ProblemID }}/testcases">Testcases</a> </li> {{ end }} </ul> |
