aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/user-moderation-dropdown.component.html
blob: 4d562387aec590773e33d169843f16fcd982791d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
                                                                                     
 

                                                                      
                                                                     
                           
                        
               
<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"
    [container]="container"
  ></my-action-dropdown>
</ng-container>