Better admin tables
[oweals/peertube.git] / client / src / app / shared / misc / edit-button.component.html
1 <a class="action-button action-button-edit" [routerLink]="routerLink">
2   <span class="icon icon-edit"></span>
3   Edit
4 </a>