]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/edit-button.component.html
Cleanup plugins admin CSS
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / edit-button.component.html
CommitLineData
faf7eab7
C
1<a
2 class="action-button action-button-edit grey-button"
3 [ngClass]="{ 'responsive-label': responsiveLabel }" [routerLink]="routerLink" [ngbTooltip]="title"
4>
6ad971d5 5 <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>
eacb25c4
C
6
7 <span class="button-label" *ngIf="label">{{ label }}</span>
cd83ea1b 8</a>