]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/button.component.html
fix video update button, add color to danger zone
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / button.component.html
CommitLineData
1fe1e14c 1<span class="action-button" [ngClass]="getClasses()" [title]="getTitle()">
b5f919ac
C
2 <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon>
3 <my-small-loader [loading]="loading"></my-small-loader>
4
74d63469
GR
5 <span class="button-label">{{ label }}</span>
6</span>