Added a game-link page

Also tweaked a few other things
Kinda worked more on the client authentication stuff
This commit is contained in:
2017-07-19 10:16:18 -05:00
parent c2959b3974
commit f2dde0c709
12 changed files with 228 additions and 165 deletions

View File

@@ -1,6 +1,6 @@
{{ if not .TemplateData.Teams }}
<div>No games have been created</div>
{{ else }}
{{ else }}
<div class="content">
Rank one or more games from your favorite to least favorite.
</div>
@@ -70,7 +70,6 @@
</div>
{{ end }}
<div id="embiggenedScreenShot" class="hidden fullscreen" onclick="javascript:document.getElementById('embiggenedScreenShot').classList.add('hidden');"></div>
{{ end }}
<script>
var teams = { };
{{ range $i, $v := .TemplateData.Teams }}
@@ -369,3 +368,4 @@ function createUnrankedActionsTd(tmUUID) {
return td;
}
</script>
{{ end }}