aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/list/videos-list.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-28 19:42:57 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-28 19:42:57 +0200
commitd908a155df8bb8af9c281587e425b209caa98ef8 (patch)
tree9a5f4f71c22755768251cba2d7ffbb243cd4f07e /client/angular/videos/components/list/videos-list.component.html
parent4bdc2cc93558701ed22df442cfbf5a60295ed13f (diff)
downloadPeerTube-d908a155df8bb8af9c281587e425b209caa98ef8.tar.gz
PeerTube-d908a155df8bb8af9c281587e425b209caa98ef8.tar.zst
PeerTube-d908a155df8bb8af9c281587e425b209caa98ef8.zip
Write something if there is no video
Diffstat (limited to 'client/angular/videos/components/list/videos-list.component.html')
-rw-r--r--client/angular/videos/components/list/videos-list.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/angular/videos/components/list/videos-list.component.html b/client/angular/videos/components/list/videos-list.component.html
index 75b860f38..9e51675dd 100644
--- a/client/angular/videos/components/list/videos-list.component.html
+++ b/client/angular/videos/components/list/videos-list.component.html
@@ -1,3 +1,4 @@
1<div *ngIf="videos.length === 0">There is no video.</div>
1<div *ngFor="#video of videos" class="video"> 2<div *ngFor="#video of videos" class="video">
2 <div> 3 <div>
3 <a [routerLink]="['VideosWatch', { id: video.id }]" class="video_name">{{ video.name }}</a> 4 <a [routerLink]="['VideosWatch', { id: video.id }]" class="video_name">{{ video.name }}</a>