aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/admin/templates/games.html8
1 files 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 }})
</a>
<ul>
- {{ if .IsPublic }}
- <li><a href="{{ $.BasePath }}golf/{{ .GameID }}/play">Play</a></li>
- {{ end }}
- {{ if .IsPublic }}
- <li><a href="{{ $.BasePath }}golf/{{ .GameID }}/watch">Watch</a></li>
- {{ end }}
+ <li><a href="{{ $.BasePath }}golf/{{ .GameID }}/play">Play</a></li>
+ <li><a href="{{ $.BasePath }}golf/{{ .GameID }}/watch">Watch</a></li>
<li><a href="{{ $.BasePath }}admin/games/{{ .GameID }}/submissions">Submissions</a></li>
</ul>
</li>