]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
244e76a5 1<div class="video-feed">
63347a0f 2 <span
0bd84f8b 3 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom"
63347a0f
C
4 class="icon icon-syndication" role="button"
5 ></span>
244e76a5
RK
6
7 <ng-template #feedsList>
63347a0f 8 <a *ngFor="let item of syndicationItems" [href]="item.url" target="_blank" rel="noopener noreferrer">{{ item.label }}</a>
244e76a5 9 </ng-template>
cc1561f9 10</div>