]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/feed.component.html
Add/update/delete/list my playlists
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / feed.component.html
CommitLineData
244e76a5 1<div class="video-feed">
457bb213 2 <my-global-icon
0bd84f8b 3 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom"
457bb213
C
4 class="icon-syndication" role="button" iconName="syndication"
5 >
6 </my-global-icon>
244e76a5
RK
7
8 <ng-template #feedsList>
63347a0f 9 <a *ngFor="let item of syndicationItems" [href]="item.url" target="_blank" rel="noopener noreferrer">{{ item.label }}</a>
244e76a5 10 </ng-template>
457bb213 11</div>