From 9b82d49da868536701d80ef1071df0e7cd301b7a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 15 Jan 2020 19:25:51 +0100 Subject: Add action dropdown descriptions --- client/src/app/shared/video/video-miniature.component.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'client/src/app/shared/video') diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index ce977b3e6..46c49c15b 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -10,14 +10,7 @@ tabindex="-1" class="video-miniature-name" [routerLink]="[ '/videos/watch', video.uuid ]" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur }" - > - - Unlisted - Private - - - {{ video.name }} - + >{{ video.name }} @@ -26,6 +19,11 @@ {video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} + + + Unlisted + Private + -- cgit v1.2.3