PeerTube_original/client/src/app/shared/moderation/user-moderation-dropdown.component.html
2019-12-27 10:11:10 +01:00

8 lines
338 B
HTML

<ng-container *ngIf="userActions.length !== 0">
<my-user-ban-modal #userBanModal (userBanned)="onUserBanned()"></my-user-ban-modal>
<my-action-dropdown
[actions]="userActions" [entry]="{ user: user, account: account }"
[buttonSize]="buttonSize" [placement]="placement" [label]="label"
></my-action-dropdown>
</ng-container>