Add current match display

This commit is contained in:
unknown
2022-08-23 22:05:41 -07:00
committed by Patrick Fairbank
parent 600b50d840
commit 1acf221ac8

View File

@@ -56,7 +56,10 @@
</div>
<div class="col-lg-8">
<div class="row text-center">
<div id="matchState" class="col-lg-2 col-lg-offset-2 well well-sm text-center">&nbsp;</div>
<div class="col-lg-3 well well-sm text-center" style="text-transform: uppercase;">
{{if eq .Match.Type "elimination"}}playoff{{else}}{{.Match.Type}}{{end}} {{.Match.DisplayName}}
</div>
<div id="matchState" class="col-lg-3 well well-sm text-center">&nbsp;</div>
<div id="matchTime" class="col-lg-2 well well-sm text-center">&nbsp;</div>
<div id="redScore" class="col-lg-2 well well-sm well-red text-center">&nbsp;</div>
<div id="blueScore" class="col-lg-2 well well-sm well-blue text-center">&nbsp;</div>