Fix test match name on match play.

This commit is contained in:
Patrick Fairbank
2022-08-24 18:01:16 -07:00
parent baaf3b694b
commit 4bee40e66b

View File

@@ -57,7 +57,8 @@
<div class="col-lg-8">
<div class="row text-center">
<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 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>