1
0
Fork 0
peertube/client/src/app/+admin/follows/follows.component.html

14 lines
342 B
HTML
Raw Normal View History

2017-12-08 14:22:57 +00:00
<div class="admin-sub-header">
2018-06-04 14:21:17 +00:00
<div i18n class="form-sub-title">Manage follows</div>
2017-12-08 14:22:57 +00:00
<tabset #followsMenuTabs>
<tab *ngFor="let link of links">
<ng-template tabHeading>
<a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
</ng-template>
</tab>
</tabset>
</div>
<router-outlet></router-outlet>