X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-list%2Fvideo-miniature.component.html;h=6525b67bfb32f0aeb2304827c7cb1172df0059f9;hb=d5050d1e097e761685fbaafe6e3d4b8b78d48356;hp=244254b5a8b81aeed7df693ff577d87087ac8a77;hpb=4a6995be18b15de1834a39c8921a0e4109671bb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/video-list/video-miniature.component.html b/client/src/app/videos/video-list/video-miniature.component.html index 244254b5a..6525b67bf 100644 --- a/client/src/app/videos/video-list/video-miniature.component.html +++ b/client/src/app/videos/video-list/video-miniature.component.html @@ -1,22 +1,31 @@ -
+
- video thumbnail - {{ video.duration }} + video thumbnail +
+ NSFW +
+ +
+ {{ video.views }} views + {{ video.durationLabel }} +
-
- - {{ video.name }} - + + {{ getVideoName() }} + + +
+ + {{ tag }} + +
- by {{ video.by }} - on {{ video.createdDate | date:'short' }} + {{ video.by }} + {{ video.createdAt | date:'short' }}