]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
Add more filters for video miniatures
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / peertube-custom-tags / videos-list-markup.component.html
1 <div class="videos">
2 <my-video-miniature
3 *ngFor="let video of videos"
4 [video]="video" [user]="getUser()" [displayAsRow]="false"
5 [displayVideoActions]="false" [displayOptions]="displayOptions"
6 >
7 </my-video-miniature>
8 </div>