mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Fix test match name on match play.
This commit is contained in:
@@ -57,7 +57,8 @@
|
|||||||
<div class="col-lg-8">
|
<div class="col-lg-8">
|
||||||
<div class="row text-center">
|
<div class="row text-center">
|
||||||
<div class="col-lg-3 well well-sm text-center" style="text-transform: uppercase;">
|
<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}}
|
{{if eq .Match.Type "elimination"}}playoff{{else}}{{.Match.Type}}{{end}}
|
||||||
|
{{if ne .Match.Type "test" }}{{.Match.DisplayName}}{{end}}
|
||||||
</div>
|
</div>
|
||||||
<div id="matchState" class="col-lg-3 well well-sm text-center"> </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="matchTime" class="col-lg-2 well well-sm text-center"> </div>
|
||||||
|
|||||||
Reference in New Issue
Block a user