projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b72dc
)
Only display "upload video" in the menu if the user is logged in
author
Chocobozzz
<florian.bigard@gmail.com>
Fri, 8 Apr 2016 17:58:57 +0000
(19:58 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Fri, 8 Apr 2016 17:58:57 +0000
(19:58 +0200)
client/angular/app/app.component.html
patch
|
blob
|
history
diff --git
a/client/angular/app/app.component.html
b/client/angular/app/app.component.html
index 647697a0a62f82035ef998c89d9501f3f32a0677..9f917e41fe458007818dc0ff3d8a636ec34f29ac 100644
(file)
--- a/
client/angular/app/app.component.html
+++ b/
client/angular/app/app.component.html
@@
-31,7
+31,7
@@
<a [routerLink]="['VideosList']">Get videos</a>
</div>
- <div id="panel_upload_video" class="panel_button">
+ <div id="panel_upload_video" class="panel_button"
*ngIf="isLoggedIn"
>
<span class="glyphicon glyphicon-cloud-upload"></span>
<a [routerLink]="['VideosAdd']">Upload a video</a>
</div>