aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-description.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/shared/video-description.component.html')
-rw-r--r--client/src/app/videos/shared/video-description.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/shared/video-description.component.html b/client/src/app/videos/shared/video-description.component.html
index 7a228857c..da66a9753 100644
--- a/client/src/app/videos/shared/video-description.component.html
+++ b/client/src/app/videos/shared/video-description.component.html
@@ -1,6 +1,6 @@
1<textarea 1<textarea
2 [(ngModel)]="description" (ngModelChange)="onModelChange()" 2 [(ngModel)]="description" (ngModelChange)="onModelChange()"
3 id="description" class="form-control" placeholder="My super video"> 3 id="description" placeholder="My super video">
4</textarea> 4</textarea>
5 5
6<tabset #staticTabs class="previews"> 6<tabset #staticTabs class="previews">