]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/edit-button.component.html
Better typings
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.html
CommitLineData
60709df5 1<a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit">
cd83ea1b 2 <span class="icon icon-edit"></span>
eacb25c4
C
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
5 <span i18n class="button-label" *ngIf="!label">Edit</span>
cd83ea1b 6</a>