diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 16:37:23 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 16:37:23 +0200 |
commit | f67e976fdccbfe6432c1176148d194c980a5585a (patch) | |
tree | 3f5dc5ad200ea38d5f20916b6a4f12e6c7ef091d /client/angular/app/app.component.html | |
parent | bc59d9e056fb26863ed0c2109feba27b94115cb3 (diff) | |
download | PeerTube-f67e976fdccbfe6432c1176148d194c980a5585a.tar.gz PeerTube-f67e976fdccbfe6432c1176148d194c980a5585a.tar.zst PeerTube-f67e976fdccbfe6432c1176148d194c980a5585a.zip |
Only display "make/quit friends" if connected
Diffstat (limited to 'client/angular/app/app.component.html')
-rw-r--r-- | client/angular/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/app/app.component.html b/client/angular/app/app.component.html index bcde77a80..949b375d2 100644 --- a/client/angular/app/app.component.html +++ b/client/angular/app/app.component.html | |||
@@ -37,7 +37,7 @@ | |||
37 | </div> | 37 | </div> |
38 | </div> | 38 | </div> |
39 | 39 | ||
40 | <div class="panel_block"> | 40 | <div class="panel_block" *ngIf="isLoggedIn"> |
41 | <div id="panel_make_friends" class="panel_button"> | 41 | <div id="panel_make_friends" class="panel_button"> |
42 | <span class="glyphicon glyphicon-cloud"></span> | 42 | <span class="glyphicon glyphicon-cloud"></span> |
43 | <a (click)='makeFriends()'>Make friends</a> | 43 | <a (click)='makeFriends()'>Make friends</a> |