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