aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index a7538ee7a..ead491968 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -14,14 +14,11 @@
14 14
15 15
16 <div class="row"> 16 <div class="row">
17 <my-menu *ngIf="isInAdmin === false" (enteredInAdmin)="onEnteredInAdmin()"></my-menu> 17 <my-menu *ngIf="isInAdmin() === false"></my-menu>
18 <my-menu-admin *ngIf="isInAdmin === true" (quittedAdmin)="onQuittedAdmin()"></my-menu-admin> 18 <my-menu-admin *ngIf="isInAdmin() === true"></my-menu-admin>
19 19
20 <div class="col-md-9 col-sm-8 col-xs-8 router-outlet-container"> 20 <div class="col-md-9 col-sm-8 col-xs-8 router-outlet-container">
21 <router-outlet></router-outlet> 21 <router-outlet></router-outlet>
22 </div>
23 </div>
24
25 22
26 <footer> 23 <footer>
27 PeerTube, CopyLeft 2015-2016 24 PeerTube, CopyLeft 2015-2016