X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.html;h=de84bccf96a216015296e5095f8c4f5f7f7cc94e;hb=f5b0af50c85e2f8b6b2b054ac1f47123cacbe08d;hp=1725e9f5cbd73f00c218bc1e42d901df294db98d;hpb=5f92c4dc5f08094548be9d23080dd3ca75741c65;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 1725e9f5c..de84bccf9 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -6,10 +6,16 @@ class="video-miniature-name" [routerLink]="[ '/videos/watch', video.uuid ]" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur() }" > - {{ video.name }} + {{ video.name }} - {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views - {{ video.by }} + {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views + + + {{ video.byAccount }} + + + {{ video.byVideoChannel }} +