]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - delete-button.component.html
6643e6013ae8f610f865d62fb33fca914a352693
[github/Chocobozzz/PeerTube.git] / delete-button.component.html
1 <span class="action-button action-button-delete grey-button" [title]="title" role="button" tabindex="0">
2 <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon>
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
5 <span class="button-label" i18n *ngIf="!label">Delete</span>
6 </span>