aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-07 16:32:06 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-07 16:32:06 +0100
commit27e1a06c331278e5d37bc5172ee7e4fc968e4b5e (patch)
treeb00296c59e573a80dc8f826dce6fe857eea123c5 /client/src/app/videos/+video-edit/shared/video-edit.component.html
parent4cc66133abf1e37873316999b660c93ab92eb4a0 (diff)
downloadPeerTube-27e1a06c331278e5d37bc5172ee7e4fc968e4b5e.tar.gz
PeerTube-27e1a06c331278e5d37bc5172ee7e4fc968e4b5e.tar.zst
PeerTube-27e1a06c331278e5d37bc5172ee7e4fc968e4b5e.zip
First step upload with new design
Diffstat (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html
index a6b753166..8c071ce12 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html
@@ -67,6 +67,7 @@
67 <div class="form-group"> 67 <div class="form-group">
68 <label for="privacy">Privacy</label> 68 <label for="privacy">Privacy</label>
69 <select id="privacy" formControlName="privacy"> 69 <select id="privacy" formControlName="privacy">
70
70 <option></option> 71 <option></option>
71 <option *ngFor="let privacy of videoPrivacies" [value]="privacy.id">{{ privacy.label }}</option> 72 <option *ngFor="let privacy of videoPrivacies" [value]="privacy.id">{{ privacy.label }}</option>
72 </select> 73 </select>