aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/edit-button.component.html
blob: 8beeee6c40bc3d22ae252a348fc67a4953d6f78b (plain) (tree)
1
2
3
4
5
6
7
8



                                                                                                    
                                                                      

                                                             
    
<a
  class="action-button action-button-edit grey-button"
  [ngClass]="{ 'responsive-label': responsiveLabel }" [routerLink]="routerLink" [ngbTooltip]="title"
>
  <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>

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