]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/feed.component.html
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.html
CommitLineData
f1273314 1<div class="feed">
457bb213 2 <my-global-icon
1916c966 3 role="button" aria-label="Open syndication dropdown" i18n-aria-label
71ab65d0 4 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom left auto"
1916c966 5 class="icon-syndication" iconName="syndication"
457bb213
C
6 >
7 </my-global-icon>
244e76a5
RK
8
9 <ng-template #feedsList>
63347a0f 10 <a *ngFor="let item of syndicationItems" [href]="item.url" target="_blank" rel="noopener noreferrer">{{ item.label }}</a>
244e76a5 11 </ng-template>
457bb213 12</div>