aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/edit-button.component.html
blob: cecb780f384e1292de1f6f5e5a74ad70397b0228 (plain) (blame)
1
2
3
4
5
6
<a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit">
  <span class="icon icon-edit"></span>

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