aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
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/shared
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/shared')
-rw-r--r--client/src/app/shared/video/abstract-video-list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.html b/client/src/app/shared/video/abstract-video-list.html
index 5761f2c81..60a2563b3 100644
--- a/client/src/app/shared/video/abstract-video-list.html
+++ b/client/src/app/shared/video/abstract-video-list.html
@@ -3,6 +3,8 @@
3 {{ titlePage }} 3 {{ titlePage }}
4 </div> 4 </div>
5 5
6 <div *ngIf="pagination.totalItems === 0">No results.</div>
7
6 <div 8 <div
7 class="videos" 9 class="videos"
8 infiniteScroll 10 infiniteScroll