]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/follows.component.html
Add video channel management
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
1 <div class="admin-sub-header">
2 <div class="form-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 <router-outlet></router-outlet>