diff options
Diffstat (limited to 'backend/admin/templates/games.html')
| -rw-r--r-- | backend/admin/templates/games.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/admin/templates/games.html b/backend/admin/templates/games.html index b5c512a..402c702 100644 --- a/backend/admin/templates/games.html +++ b/backend/admin/templates/games.html @@ -5,6 +5,9 @@ {{ end }} {{ define "content" }} +<div> + <a href="{{ .BasePath }}admin/games/new">Create New Game</a> +</div> <ul> {{ range .Games }} <li> |
