X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.html;h=575505f63cb9f3e88fc9b160ef1bd96a181941f5;hb=5baee5fca418487e72ddcd6419d31bca8659b668;hp=c6fd570b74d0b8af7ec3a0f2233ed8159a8b68ab;hpb=3fbba1d28a80b9e8bd97b422280a7465c5f7c89f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index c6fd570b7..575505f63 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -1,46 +1,51 @@ -
- +
+ + Unlisted + Private +
- - Unlisted - Private - + [routerLink]="videoLink" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur }" + >{{ video.name }} - {{ video.name }} - +
+ - - - - - • - {{ video.views | myNumberFormatter }} views - - - - - - {{ video.byVideoChannel }} - - -
- {{ video.privacy.label }} - - - {{ getStateLabel(video) }} +
+ + + + + • + {video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} + + + + + + {{ video.byVideoChannel }} + + +
+ {{ video.privacy.label }} + - + {{ getStateLabel(video) }} +
+
-
- Blacklisted - {{ video.blacklistedReason }} +
+ Blocked + {{ video.blockedReason }}
@@ -49,10 +54,10 @@
- +