]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/misc/edit-button.component.html
Fix updating video tags to empty field
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / edit-button.component.html
1 <a class="action-button action-button-edit" [routerLink]="routerLink" title="Edit">
2 <span class="icon icon-edit"></span>
3 <span class="button-label">Edit</span>
4 </a>