]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
e600e1fe
C
1<div class="admin-sub-header">
2 <div class="admin-sub-title">Manage follows</div>
3
51548b31
C
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
e600e1fe
C
13
14
51548b31 15<router-outlet></router-outlet>