Skip to content

Commit

Permalink
feat: add explicit tooltip to synthese list
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Sep 5, 2024
1 parent 840cb78 commit 5d82997
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
class="Link"
[routerLink]="['taxon/' + row.cd_nom]"
*ngIf="row.hasOwnProperty('cd_nom'); else cellDefault"
matTooltip="Afficher la fiche du taxon"
>
<ng-container *ngTemplateOutlet="cellDefault"></ng-container>
</a>
Expand Down

0 comments on commit 5d82997

Please sign in to comment.