]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/follows.component.html
Add video file size info in admin videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
index 1baba5a4d821b65fd963c14877a4200e96403172..0680b43f9c6ae05df91c576141f20ed411d07c7d 100644 (file)
@@ -1,15 +1 @@
-<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>