X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.html;h=2c635fa2f7b50c1c600025f80c84d716736c3be8;hb=ae28cdf327d782e629379eee1999096ca2a5d74b;hp=41ba20d0031420aff527dcb0f7255d3d68fe4eae;hpb=017c3dcadf71aef4c1a854e4867b77931747f06e;p=oweals%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 41ba20d00..2c635fa2f 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -7,10 +7,10 @@ class="video-miniature-name" [routerLink]="[ '/videos/watch', video.uuid ]" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur }" > - {{ video.name }} + Unlisted + Private - Unlisted - Private + {{ video.name }} {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views