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