]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/app.component.html
4 <div class=
"top-left-block" [ngClass]=
"{ 'border-bottom': isMenuDisplayed === false }">
5 <span class=
"icon icon-menu" (click)=
"toggleMenu()"></span>
7 <a id=
"peertube-title" [routerLink]=
"['/videos/list']" title=
"Homepage">
8 <span class=
"icon icon-logo"></span>
13 <div class=
"header-right">
14 <my-header></my-header>
18 <div class=
"sub-header-container">
19 <div *
ngIf=
"isMenuDisplayed" class=
"title-menu-left">
23 <div class=
"main-col container-fluid" [ngClass]=
"getMainColClasses()">
25 <div class=
"main-row">
26 <router-outlet></router-outlet>
30 <a href=
"https://github.com/Chocobozzz/PeerTube" title=
"PeerTube on Github">PeerTube
</a> -
31 <a href=
"https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title=
"PeerTube licence">CopyLeft
2015-
2017</a>
37 <my-confirm></my-confirm>
38 <simple-notifications [options]=
"notificationOptions"></simple-notifications>