X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.html;h=d37ab478dcd67ddbb7a829a87f78728abf5f7847;hb=cf78883c70dca99fc519374d55620d9403d482be;hp=23a7dbb1e50298d59bef75608b883219c96b0f35;hpb=3921166d78540a08d329793c9c2f952135c6fd67;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 23a7dbb1e..d37ab478d 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -1,46 +1,53 @@ -
- +
+ + Unlisted + Private +
- - - Unlisted - Private - - - {{ video.name }} - - - - - - - • - {{ video.views | myNumberFormatter }} views - - - - - - {{ video.byVideoChannel }} - - -
- {{ video.privacy.label }} - - - {{ getStateLabel(video) }} +
+
+ Avatar +
+ +
+ {{ video.name }} + + + + + + • + {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 +56,10 @@
- +