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

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