mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Implement bracket audience display for single-elimination.
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
<label>
|
||||
<input type="radio" name="elimType" value="single" onclick="updateNumElimAlliances(false);"
|
||||
{{if eq .ElimType "single"}}checked{{end}}>
|
||||
Single Elimination (2-16 alliances)
|
||||
Single-Elimination (2-16 alliances)
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="elimType" value="double" onclick="updateNumElimAlliances(true);"
|
||||
{{if eq .ElimType "double"}}checked{{end}}>
|
||||
Double Elimination (8 alliances)
|
||||
Double-Elimination (8 alliances)
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user