]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
Fix custom markup
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / peertube-custom-tags / videos-list-markup.component.html
index 15ef9d41827c94e6e8f99c51edc3780abdd6de39..868bda387ee0d676e502a21ed18e9c23af515c18 100644 (file)
@@ -4,7 +4,7 @@
     <div class="video-wrapper" *ngFor="let video of videos">
       <my-video-miniature
         [video]="video" [user]="getUser()" [displayAsRow]="false"
-        [displayVideoActions]="false" [displayOptions]="displayOptions"
+        [displayVideoActions]="true" [displayOptions]="displayOptions"
       >
       </my-video-miniature>
     </div>