Added match counter
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:
@@ -25,7 +25,7 @@
|
||||
<ng-container matColumnDef="action">
|
||||
<th mat-header-cell *matHeaderCellDef></th>
|
||||
<td mat-cell *matCellDef="let player">
|
||||
<a mat-button [routerLink]="['/players/edit', player.id]">
|
||||
<a mat-button [routerLink]="['/players', player.id, 'edit']">
|
||||
<mat-icon>edit</mat-icon>
|
||||
Bewerk
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user