]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.html
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.html
index 77d876f8edb880a6dc2e64c0e00f9337a05fd0d9..6969329e8c1273902cda475a5c3fba55d0809ef4 100644 (file)
@@ -8,7 +8,7 @@
     <div class="top-left-block">
       <span class="icon icon-menu" role="button" [title]="getToggleTitle()" (click)="menu.toggleMenu()"></span>
 
-      <a class="peertube-title" [routerLink]="defaultRoute">
+      <a class="peertube-title c-hand" (click)="goToDefaultRoute()">
         <span class="icon icon-logo"></span>
         <span class="instance-name">{{ instanceName }}</span>
       </a>
   </ng-template>
 </p-toast>
 
-<ng-template [ngIf]="isUserLoggedIn()">
-  <my-welcome-modal #welcomeModal></my-welcome-modal>
+<ng-container *ngIf="isUserLoggedIn()">
+  <my-account-setup-warning-modal #accountSetupWarningModal></my-account-setup-warning-modal>
+  <my-admin-welcome-modal #adminWelcomeModal></my-admin-welcome-modal>
   <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal>
-</ng-template>
+</ng-container>
 
 <my-custom-modal #customModal></my-custom-modal>