]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/button.component.html
Display user quota progress bars above upload form (#2981)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / button.component.html
CommitLineData
2170f1db 1<span class="action-button" [ngClass]="getClasses()" [title]="getTitle()" tabindex="0">
b5f919ac
C
2 <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon>
3 <my-small-loader [loading]="loading"></my-small-loader>
4
74d63469 5 <span class="button-label">{{ label }}</span>
6c808af9
RK
6
7 <ng-content></ng-content>
74d63469 8</span>