Updated, hopefully good for the jam!

This commit is contained in:
2017-07-28 14:36:14 -05:00
parent 13e5816112
commit 1cd03128b0
64 changed files with 3337 additions and 2032 deletions

View File

@@ -1,9 +1,11 @@
<div class="results-container">
<h2>Current Results</h2>
<ol>
{{ range $i, $v := .TemplateData.Results }}
<li>{{ $v.Name }}</li>
{{ range $ti, $tv := $v.Teams }}
{{ $v.Rank }}: {{ $tv.Name }}<br />
{{ end }}
{{ end }}
</ol>
</div>
<table id="votes-table" class="sortable pure-table pure-table-bordered center">
<thead>
<tr>