diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-09 09:26:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-09 09:32:26 +0200 |
commit | 62e62f118d5da57acd3494fece2e8ed357564ffe (patch) | |
tree | ff5b7c6ec5708d71a76a2eb5744d810015ae29a5 /client/src/app/my-account/my-account.component.html | |
parent | 1952a538baa330b13bd11631b3975f7ef1c37e70 (diff) | |
download | PeerTube-62e62f118d5da57acd3494fece2e8ed357564ffe.tar.gz PeerTube-62e62f118d5da57acd3494fece2e8ed357564ffe.tar.zst PeerTube-62e62f118d5da57acd3494fece2e8ed357564ffe.zip |
Load my-account module lazily
Diffstat (limited to 'client/src/app/my-account/my-account.component.html')
-rw-r--r-- | client/src/app/my-account/my-account.component.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/client/src/app/my-account/my-account.component.html b/client/src/app/my-account/my-account.component.html deleted file mode 100644 index 591d58cf9..000000000 --- a/client/src/app/my-account/my-account.component.html +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <div class="row"> | ||
2 | <div class="sub-menu"> | ||
3 | <a routerLink="/my-account/settings" routerLinkActive="active" class="title-page">My settings</a> | ||
4 | |||
5 | <a routerLink="/my-account/video-channels" routerLinkActive="active" class="title-page">My video channels</a> | ||
6 | |||
7 | <a routerLink="/my-account/videos" routerLinkActive="active" class="title-page">My videos</a> | ||
8 | </div> | ||
9 | |||
10 | <div class="margin-content"> | ||
11 | <router-outlet></router-outlet> | ||
12 | </div> | ||
13 | </div> | ||