blob: d3d7486229f4eca5cd05d315e38aecabb474a938 (
plain) (
tree)
|
|
<div class="admin-sub-header">
<div class="admin-sub-title">Manage follows</div>
<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>
|