blob: 4d12a84c06f20801b70ba04c2f80d1c1609c1dfa (
plain) (
tree)
|
|
<span class="action-button action-button-delete" [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>
|