4d12a84c06f20801b70ba04c2f80d1c1609c1dfa
[oweals/peertube.git] / client / src / app / shared / buttons / delete-button.component.html
1 <span class="action-button action-button-delete" [title]="getTitle()" role="button">
2   <my-global-icon iconName="delete"></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>