mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add current match display
This commit is contained in:
committed by
Patrick Fairbank
parent
600b50d840
commit
1acf221ac8
@@ -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"> </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"> </div>
|
||||
<div id="matchTime" class="col-lg-2 well well-sm text-center"> </div>
|
||||
<div id="redScore" class="col-lg-2 well well-sm well-red text-center"> </div>
|
||||
<div id="blueScore" class="col-lg-2 well well-sm well-blue text-center"> </div>
|
||||
|
||||
Reference in New Issue
Block a user