]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-feed.component.html
Add information concerning video privacy in my videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.html
CommitLineData
244e76a5 1<div class="video-feed">
cc1561f9 2 <span *ngIf="syndicationItems.length !== 0" class="icon icon-syndication"
244e76a5
RK
3 [popover]="feedsList"
4 placement="bottom"
5 [outsideClick]="true">
6 </span>
7
8 <ng-template #feedsList>
cc1561f9
C
9 <div *ngFor="let item of syndicationItems">
10 <a [href]="item.url" target="_blank" rel="noopener noreferrer">{{ item.label }}</a>
244e76a5
RK
11 </div>
12 </ng-template>
cc1561f9 13</div>