]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
e600e1fe 1<div class="admin-sub-header">
b1d40cff 2 <div i18n class="form-sub-title">Manage follows</div>
e600e1fe 3
63347a0f
C
4 <ngb-tabset #followsMenuTabs type="pills">
5
6 <ngb-tab *ngFor="let link of links">
7 <ng-template ngbTabTitle>
51548b31
C
8 <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
9 </ng-template>
63347a0f
C
10 </ngb-tab>
11
12 </ngb-tabset>
51548b31
C
13</div>
14
15<router-outlet></router-outlet>