aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/delete-button.component.html
blob: 25196fbd5650f74f5eeeafedd44101f0c9bc3be6 (plain) (blame)
1
2
3
4
5
6
<span class="action-button action-button-delete grey-button" [title]="title" 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>