diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 13:08:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 13:15:53 +0100 |
commit | 26c6ee80d0fecfce595e8970f15717560b4f4ceb (patch) | |
tree | a193cb9836d654c05b7b96585513b99922245eaa /client/src/app/menu/menu.component.html | |
parent | b33f657c304b77938c1f68164d8e754787f5aae5 (diff) | |
download | PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.tar.gz PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.tar.zst PeerTube-26c6ee80d0fecfce595e8970f15717560b4f4ceb.zip |
Implement header design
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index bb0caaef5..fb31c0734 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -19,7 +19,7 @@ | |||
19 | </div> | 19 | </div> |
20 | 20 | ||
21 | <div *ngIf="!isLoggedIn" class="button-block"> | 21 | <div *ngIf="!isLoggedIn" class="button-block"> |
22 | <a routerLink="/login"class="login-button">Login</a> | 22 | <a routerLink="/login" class="login-button">Login</a> |
23 | <a *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> | 23 | <a *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> |
24 | </div> | 24 | </div> |
25 | 25 | ||