]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/delete-button.component.html
Refactor how we use icons
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / delete-button.component.html
CommitLineData
60709df5 1<span class="action-button action-button-delete" [title]="getTitle()" role="button">
457bb213 2 <my-global-icon iconName="delete"></my-global-icon>
eacb25c4
C
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
5 <span class="button-label" i18n *ngIf="!label">Delete</span>
6</span>