]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+admin/follows/follows.component.html
Update readme screenshot with new design
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
... / ...
CommitLineData
1<div class="admin-sub-header">
2 <div class="admin-sub-title">Manage follows</div>
3
4 <tabset #followsMenuTabs>
5 <tab *ngFor="let link of links">
6 <ng-template tabHeading>
7 <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
8 </ng-template>
9 </tab>
10 </tabset>
11</div>
12
13
14
15<router-outlet></router-outlet>