aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/games.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin/templates/games.html')
-rw-r--r--backend/admin/templates/games.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/admin/templates/games.html b/backend/admin/templates/games.html
index d642f07..63f27b7 100644
--- a/backend/admin/templates/games.html
+++ b/backend/admin/templates/games.html
@@ -21,6 +21,7 @@
{{ if .IsPublic }}
<li><a href="{{ $.BasePath }}golf/{{ .GameID }}/watch">Watch</a></li>
{{ end }}
+ <li><a href="{{ $.BasePath }}admin/games/{{ .GameID }}/submissions">Submissions</a></li>
</ul>
</li>
{{ end }}