diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-26 10:27:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-26 10:27:02 +0200 |
commit | 4b70c278a960a8d43407f0039aa03d0b08b44f9c (patch) | |
tree | d82990de9c1075dc5357f5f2f03162381f1e2c87 /client/src/app/+my-library/my-ownership/my-ownership.component.html | |
parent | a4c49a17ea8b90c1522a9d0868de7186c7432592 (diff) | |
download | PeerTube-4b70c278a960a8d43407f0039aa03d0b08b44f9c.tar.gz PeerTube-4b70c278a960a8d43407f0039aa03d0b08b44f9c.tar.zst PeerTube-4b70c278a960a8d43407f0039aa03d0b08b44f9c.zip |
Automatic colspan for tables
Diffstat (limited to 'client/src/app/+my-library/my-ownership/my-ownership.component.html')
-rw-r--r-- | client/src/app/+my-library/my-ownership/my-ownership.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.html b/client/src/app/+my-library/my-ownership/my-ownership.component.html index 5db1a9bb2..40bfdcdf1 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.html +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.html | |||
@@ -67,7 +67,7 @@ | |||
67 | 67 | ||
68 | <ng-template pTemplate="emptymessage"> | 68 | <ng-template pTemplate="emptymessage"> |
69 | <tr> | 69 | <tr> |
70 | <td colspan="6"> | 70 | <td myAutoColspan> |
71 | <div class="no-results"> | 71 | <div class="no-results"> |
72 | <ng-container i18n>No ownership change request found.</ng-container> | 72 | <ng-container i18n>No ownership change request found.</ng-container> |
73 | </div> | 73 | </div> |