]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/button.component.html
fix(doc): fix links to 'anchors' in install doc
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / button.component.html
CommitLineData
419b520c 1<span class="action-button" [ngClass]="getClasses()" [ngbTooltip]="title" tabindex="0">
b5f919ac 2 <my-small-loader [loading]="loading"></my-small-loader>
db129781 3 <my-global-icon *ngIf="icon && !loading" [iconName]="icon"></my-global-icon>
b5f919ac 4
30814423 5 <span *ngIf="label" class="button-label">{{ label }}</span>
6c808af9
RK
6
7 <ng-content></ng-content>
74d63469 8</span>