]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/buttons/button.component.html
b6df671029e3f21948b465e4da8189a1e4acc820
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.html
1 <span class="action-button" [ngClass]="className" [title]="getTitle()">
2 <my-global-icon [iconName]="icon"></my-global-icon>
3 <span class="button-label">{{ label }}</span>
4 </span>