aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-videos/account-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-21 11:08:46 +0100
committerChocobozzz <me@florianbigard.com>2017-12-21 11:09:46 +0100
commit6e33bf2882162d8760f55bcafb12fd9507e09ff1 (patch)
tree8f01090b84b38f4e96d97d5cc5cdee66adb563c5 /client/src/app/account/account-videos/account-videos.component.html
parente91890011e100b677d35598e2feec7c6252e89bf (diff)
downloadPeerTube-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/account-videos/account-videos.component.html')
-rw-r--r--client/src/app/account/account-videos/account-videos.component.html2
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