]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/edit-button.component.html
Add ability to list redundancies
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.html
CommitLineData
b345a804 1<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Edit">
457bb213 2 <my-global-icon iconName="edit"></my-global-icon>
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>