aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-description.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-07 14:48:47 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-07 15:18:03 +0100
commit4cc66133abf1e37873316999b660c93ab92eb4a0 (patch)
treea7f861f665ab563c2cf0231d0ab5554a9dc994d6 /client/src/app/videos/shared/video-description.component.html
parentff249f499ccca2e37757f338384e7ba44c906a69 (diff)
downloadPeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.gz
PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.zst
PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.zip
Design video update
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">