diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-21 11:08:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-21 11:09:46 +0100 |
commit | 6e33bf2882162d8760f55bcafb12fd9507e09ff1 (patch) | |
tree | 8f01090b84b38f4e96d97d5cc5cdee66adb563c5 /client/src/app/account | |
parent | e91890011e100b677d35598e2feec7c6252e89bf (diff) | |
download | PeerTube-6e33bf2882162d8760f55bcafb12fd9507e09ff1.tar.gz PeerTube-6e33bf2882162d8760f55bcafb12fd9507e09ff1.tar.zst PeerTube-6e33bf2882162d8760f55bcafb12fd9507e09ff1.zip |
Add no result text if there are no results
Diffstat (limited to 'client/src/app/account')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.html b/client/src/app/account/account-videos/account-videos.component.html index f73483039..0755158b9 100644 --- a/client/src/app/account/account-videos/account-videos.component.html +++ b/client/src/app/account/account-videos/account-videos.component.html | |||
@@ -1,3 +1,5 @@ | |||
1 | <div *ngIf="pagination.totalItems === 0">No results.</div> | ||
2 | |||
1 | <div | 3 | <div |
2 | class="videos" | 4 | class="videos" |
3 | infiniteScroll | 5 | infiniteScroll |