diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-06 11:07:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-06 11:07:30 +0100 |
commit | 3d216ea0f74cfa47312b97bae0e24885b563dd6d (patch) | |
tree | 9082c1a14f66039d5516f48521de02cdd2365dd0 /client/src/app/shared/buttons/action-dropdown.component.html | |
parent | 941c5eac1751ef93500d6afa58c4575f777dbff9 (diff) | |
download | PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.tar.gz PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.tar.zst PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.zip |
Fix dropdown on video miniature for unlogged users
Diffstat (limited to 'client/src/app/shared/buttons/action-dropdown.component.html')
-rw-r--r-- | client/src/app/shared/buttons/action-dropdown.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.html b/client/src/app/shared/buttons/action-dropdown.component.html index cc244dc76..99e8b7ec1 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.html +++ b/client/src/app/shared/buttons/action-dropdown.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div class="dropdown-root" ngbDropdown [placement]="placement"> | 1 | <div class="dropdown-root" ngbDropdown [placement]="placement" *ngIf="areActionsDisplayed(actions, entry)"> |
2 | <div | 2 | <div |
3 | class="action-button" [ngClass]="{ small: buttonSize === 'small', grey: theme === 'grey', orange: theme === 'orange', 'button-styled': buttonStyled }" | 3 | class="action-button" [ngClass]="{ small: buttonSize === 'small', grey: theme === 'grey', orange: theme === 'orange', 'button-styled': buttonStyled }" |
4 | ngbDropdownToggle role="button" | 4 | ngbDropdownToggle role="button" |