|
|
@ -65,7 +65,7 @@ |
|
|
|
<ng-container matColumnDef="referent"> |
|
|
|
<ng-container matColumnDef="referent"> |
|
|
|
<mat-header-cell *matHeaderCellDef mat-sort-header>Référent</mat-header-cell> |
|
|
|
<mat-header-cell *matHeaderCellDef mat-sort-header>Référent</mat-header-cell> |
|
|
|
<mat-cell *matCellDef="let row"> |
|
|
|
<mat-cell *matCellDef="let row"> |
|
|
|
<p *ngIf="row.referent">{{ row.referent.prenom }} {{ row.referent.nom }}</p> |
|
|
|
<p *ngIf="row.referent" [routerLink]="['/referents', row.referent.id]">{{ row.referent.prenom }} {{ row.referent.nom }}</p> |
|
|
|
<p *ngIf="!row.referent"> Aucun référent</p> |
|
|
|
<p *ngIf="!row.referent"> Aucun référent</p> |
|
|
|
</mat-cell> |
|
|
|
</mat-cell> |
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|