]>
Commit | Line | Data |
---|---|---|
faf7eab7 C |
1 | <a |
2 | class="action-button action-button-edit grey-button" | |
3 | [ngClass]="{ 'responsive-label': responsiveLabel }" [routerLink]="routerLink" [ngbTooltip]="title" | |
4 | > | |
6ad971d5 | 5 | <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon> |
eacb25c4 C |
6 | |
7 | <span class="button-label" *ngIf="label">{{ label }}</span> | |
cd83ea1b | 8 | </a> |