aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-list-table.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/shared/shared-abuse-list/abuse-list-table.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/shared/shared-abuse-list/abuse-list-table.component.html')
-rw-r--r--client/src/app/shared/shared-abuse-list/abuse-list-table.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.html b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.html
index d957eaeab..d0eef7d4b 100644
--- a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.html
+++ b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.html
@@ -29,7 +29,7 @@
29 29
30 <ng-template pTemplate="body" let-expanded="expanded" let-abuse> 30 <ng-template pTemplate="body" let-expanded="expanded" let-abuse>
31 <tr> 31 <tr>
32 <td class="expand-cell c-hand" [pRowToggler]="abuse" i18n-ngbTooltip ngbTooltip="More information" placement="top-left" container="body"> 32 <td class="expand-cell" [pRowToggler]="abuse">
33 <my-table-expander-icon [expanded]="expanded"></my-table-expander-icon> 33 <my-table-expander-icon [expanded]="expanded"></my-table-expander-icon>
34 </td> 34 </td>
35 35