]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account.component.html
Don't forget to clean up subscriptions
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.component.html
index 6f10e79cd212c79a61092d855256d7fc08cb1f5d..d82a4ca4d69316ac3bc95689c0019b2d721825a9 100644 (file)
@@ -1,11 +1,11 @@
-<h3>Account</h3>
+<div class="row">
+  <div class="sub-menu">
+    <a routerLink="/account/settings" routerLinkActive="active" class="title-page">My account</a>
 
-<div class="block">
-  <h4>Change password</h4>
-  <my-account-change-password></my-account-change-password>
-</div>
+    <a routerLink="/account/videos" routerLinkActive="active" class="title-page">My videos</a>
+  </div>
 
-<div class="block">
-  <h4>Update my informations</h4>
-  <my-account-details [user]="user"></my-account-details>
+  <div class="margin-content">
+    <router-outlet></router-outlet>
+  </div>
 </div>