diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-27 11:54:48 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-29 11:48:21 +0200 |
commit | e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127 (patch) | |
tree | d9c05d444d8b4443be26ba11a6304f985a28e836 /client/src/app/shared | |
parent | 33f6dce136ca6e969fe374efa099bee3f2a3599d (diff) | |
download | PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.gz PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.zst PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.zip |
Always use my-table-expander-icon
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-abuse-list/abuse-list-table.component.html | 2 |
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 | ||