]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/feed.component.html
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / feed.component.html
1 <div class="video-feed">
2 <span
3 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom"
4 class="icon icon-syndication" role="button"
5 ></span>
6
7 <ng-template #feedsList>
8 <a *ngFor="let item of syndicationItems" [href]="item.url" target="_blank" rel="noopener noreferrer">{{ item.label }}</a>
9 </ng-template>
10 </div>