]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/delete-button.component.html
Migrate to $localize
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / delete-button.component.html
CommitLineData
30814423 1<span class="action-button action-button-delete grey-button" [ngbTooltip]="title" role="button" tabindex="0">
6ad971d5 2 <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon>
eacb25c4
C
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
eacb25c4 5</span>