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 17, 2024
1 parent 4568149 commit 359ca22
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 359ca22

Please sign in to comment.