]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/feeds/feed.component.html
1 <div class=
"video-feed">
3 *
ngIf=
"syndicationItems.length !== 0" [ngbPopover]=
"feedsList" [autoClose]=
"true" placement=
"left auto"
4 class=
"icon-syndication" role=
"button" iconName=
"syndication"
8 <ng-template #feedsList
>
9 <a *
ngFor=
"let item of syndicationItems" [href]=
"item.url" target=
"_blank" rel=
"noopener noreferrer">{{ item.label }}
</a>