aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html
blob: a2fd2fe4081cb81d361bb4b7c43f3babfbdff148 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="videos">
  <my-video-miniature
    *ngFor="let video of videos"
    [video]="video" [user]="getUser()" [displayAsRow]="false"
    [displayVideoActions]="false" [displayOptions]="displayOptions"
  >
  </my-video-miniature>
</div>