aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html')
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
index 15ef9d418..868bda387 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
@@ -4,7 +4,7 @@
4 <div class="video-wrapper" *ngFor="let video of videos"> 4 <div class="video-wrapper" *ngFor="let video of videos">
5 <my-video-miniature 5 <my-video-miniature
6 [video]="video" [user]="getUser()" [displayAsRow]="false" 6 [video]="video" [user]="getUser()" [displayAsRow]="false"
7 [displayVideoActions]="false" [displayOptions]="displayOptions" 7 [displayVideoActions]="true" [displayOptions]="displayOptions"
8 > 8 >
9 </my-video-miniature> 9 </my-video-miniature>
10 </div> 10 </div>