]>
Commit | Line | Data |
---|---|---|
79bd2632 C |
1 | <ng-container *ngIf="user && userActions.length !== 0"> |
2 | <my-user-ban-modal #userBanModal (userBanned)="onUserBanned()"></my-user-ban-modal> | |
e724fa93 | 3 | |
79bd2632 C |
4 | <my-action-dropdown i18n-label label="Actions" [actions]="userActions" [entry]="user" [buttonSize]="buttonSize"></my-action-dropdown> |
5 | </ng-container> |