]> 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 8eabb339210989296c5cab5c9a4bcbaaf5b90991..0680b43f9c6ae05df91c576141f20ed411d07c7d 100644 (file)
@@ -1,15 +1 @@
-<div class="admin-sub-header">
-  <div i18n class="form-sub-title">Manage follows</div>
-
-  <ngb-tabset #followsMenuTabs type="pills">
-
-    <ngb-tab *ngFor="let link of links">
-      <ng-template ngbTabTitle>
-        <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
-      </ng-template>
-    </ngb-tab>
-
-  </ngb-tabset>
-</div>
-
 <router-outlet></router-outlet>