blob: 3d7cd47803ef3cc591f9e9af238d645d24e7b005 (
plain) (
blame)
1
2
3
4
5
6
|
<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Edit">
<my-global-icon iconName="edit"></my-global-icon>
<span class="button-label" *ngIf="label">{{ label }}</span>
<span i18n class="button-label" *ngIf="!label">Edit</span>
</a>
|