]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/buttons/edit-button.component.html
Refactor how we use icons
[github/Chocobozzz/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>