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

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