This commit is contained in:
Florian THIERRY
2024-09-21 21:43:09 +02:00
parent d984128176
commit d893afa1f3
3 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<a [routerLink]="['edit']"
class="button action"
matTooltip="Click to edit the publication"
i18n-mapTooltip>
i18n-matTooltip>
<mat-icon>edit</mat-icon>
</a>
}
@@ -33,7 +33,7 @@
(click)="deletePublication()"
matTooltip="Click to delete the publication"
matTooltipPosition="left"
i18n-mapTooltip>
i18n-matTooltip>
<mat-icon>delete</mat-icon>
Delete
</button>