]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/follows.component.html
Migrate to bootstrap 4 and ng-bootstrap
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
1 <div class="admin-sub-header">
2 <div i18n class="form-sub-title">Manage follows</div>
3
4 <ngb-tabset #followsMenuTabs type="pills">
5
6 <ngb-tab *ngFor="let link of links">
7 <ng-template ngbTabTitle>
8 <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
9 </ng-template>
10 </ngb-tab>
11
12 </ngb-tabset>
13 </div>
14
15 <router-outlet></router-outlet>