blob: d278e7015b329307c8a3cb77939d56ca8ed04a2c (
plain) (
tree)
|
|
<span class="action-button action-button-delete grey-button" [title]="getTitle()" role="button">
<my-global-icon iconName="delete"></my-global-icon>
<span class="button-label" *ngIf="label">{{ label }}</span>
<span class="button-label" i18n *ngIf="!label">Delete</span>
</span>
|