aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/delete-button.component.html
blob: 6c55d810493538c46fc9578f4e40469ddd13e2bf (plain) (blame)
1
2
3
4
5
6
<span class="action-button action-button-delete" [title]="getTitle()" role="button">
  <span class="icon icon-delete-grey"></span>

  <span class="button-label" *ngIf="label">{{ label }}</span>
  <span class="button-label" i18n *ngIf="!label">Delete</span>
</span>