Refactor how we use icons
[oweals/peertube.git] / client / src / app / shared / buttons / edit-button.component.html
1 <a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit">
2   <my-global-icon iconName="edit"></my-global-icon>
3
4   <span class="button-label" *ngIf="label">{{ label }}</span>
5   <span i18n class="button-label" *ngIf="!label">Edit</span>
6 </a>