aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/problems.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin/templates/problems.html')
-rw-r--r--backend/admin/templates/problems.html1
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>