allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / +admin / admin.component.html
1 <div class="row">
2   <div class="sub-menu">
3     <ng-template #linkTemplate let-item="item">
4       <a [routerLink]="item.routerLink" routerLinkActive="active" class="title-page title-page-settings">{{ item.label }}</a>
5     </ng-template>
6
7     <list-overflow [items]="items" [itemTemplate]="linkTemplate"></list-overflow>
8   </div>
9
10   <div class="margin-content">
11     <router-outlet></router-outlet>
12   </div>
13 </div>