diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.html | 2 |
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 |