Moved logic to backend
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
This commit is contained in:
@@ -130,9 +130,21 @@
|
||||
<mat-expansion-panel>
|
||||
<mat-expansion-panel-header>
|
||||
<div class="col-md-2">Baan {{ activeMatch.match.court }}</div>
|
||||
<div class="col-md-3">{{ activeMatch.match.team1 | teamText }}</div>
|
||||
<div class="col-md-3">
|
||||
<app-team-display
|
||||
[team]="activeMatch.match.team1"
|
||||
[event]="activeMatch.event"
|
||||
[tournament]="this.tournament">
|
||||
</app-team-display>
|
||||
</div>
|
||||
<div class="col-md-1">-</div>
|
||||
<div class="col-md-3">{{ activeMatch.match.team2 | teamText }}</div>
|
||||
<div class="col-md-3">
|
||||
<app-team-display
|
||||
[team]="activeMatch.match.team2"
|
||||
[event]="activeMatch.event"
|
||||
[tournament]="this.tournament">
|
||||
</app-team-display>
|
||||
</div>
|
||||
<div class="col-md-3">{{ activeMatch.group.name }} {{ activeMatch.round.name }}</div>
|
||||
</mat-expansion-panel-header>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user