1 <div *
ngIf=
"customCSS" [innerHTML]=
"customCSS"></div>
6 <div class=
"top-left-block" [ngClass]=
"{ 'border-bottom': isMenuDisplayed === false }">
7 <span class=
"icon icon-menu" (click)=
"toggleMenu()"></span>
9 <a id=
"peertube-title" [routerLink]=
"['/videos/list']" title=
"Homepage">
10 <span class=
"icon icon-logo"></span>
11 <span class=
"instance-name">{{ instanceName }}
</span>
15 <div class=
"header-right">
16 <my-header></my-header>
20 <div class=
"sub-header-container">
21 <div *
ngIf=
"isMenuDisplayed" class=
"title-menu-left">
25 <div class=
"main-col container-fluid" [ngClass]=
"getMainColClasses()">
27 <div class=
"main-row">
28 <router-outlet></router-outlet>
32 <a href=
"https://github.com/Chocobozzz/PeerTube" title=
"PeerTube on Github" target=
"_blank" rel=
"noopener noreferrer">PeerTube v{{ serverVersion }}
</a> -
33 <a href=
"https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title=
"PeerTube license" target=
"_blank" rel=
"noopener noreferrer">CopyLeft
2015-
2018</a>
39 <ngx-loading-bar [includeSpinner]=
"false" color=
"#F1680D"></ngx-loading-bar>
40 <my-confirm></my-confirm>
41 <simple-notifications [options]=
"notificationOptions"></simple-notifications>