mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Refactor to merge Match.Status and Match.Winner fields into one.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<a href="/match_play/{{$match.Id}}/load">
|
||||
<b class="btn btn-info btn-xs">Load</b>
|
||||
</a>
|
||||
{{if eq $match.Status "complete"}}
|
||||
{{if ne $match.Status ""}}
|
||||
<a href="/match_play/{{$match.Id}}/show_result">
|
||||
<b class="btn btn-info btn-xs">Show Result</b>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user