aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-27 11:54:48 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-10-29 11:48:21 +0200
commite4611b54910d8e7f2b4f8a97ee2d9cc8e1054127 (patch)
treed9c05d444d8b4443be26ba11a6304f985a28e836 /client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
parent33f6dce136ca6e969fe374efa099bee3f2a3599d (diff)
downloadPeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.gz
PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.zst
PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.zip
Always use my-table-expander-icon
Diffstat (limited to 'client/src/app/+admin/moderation/video-block-list/video-block-list.component.html')
-rw-r--r--client/src/app/+admin/moderation/video-block-list/video-block-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html b/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
index 3cd69cfbc..0a7f56e6e 100644
--- a/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
+++ b/client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
@@ -33,7 +33,7 @@
33 <ng-template pTemplate="body" let-videoBlock let-expanded="expanded"> 33 <ng-template pTemplate="body" let-videoBlock let-expanded="expanded">
34 <tr> 34 <tr>
35 <td *ngIf="!videoBlock.reason"></td> 35 <td *ngIf="!videoBlock.reason"></td>
36 <td *ngIf="videoBlock.reason" class="expand-cell c-hand" [pRowToggler]="videoBlock" i18n-ngbTooltip ngbTooltip="More information" placement="top-left" container="body"> 36 <td class="expand-cell" *ngIf="videoBlock.reason" [pRowToggler]="videoBlock">
37 <my-table-expander-icon [expanded]="expanded"></my-table-expander-icon> 37 <my-table-expander-icon [expanded]="expanded"></my-table-expander-icon>
38 </td> 38 </td>
39 39