diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 14:48:47 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 15:18:03 +0100 |
commit | 4cc66133abf1e37873316999b660c93ab92eb4a0 (patch) | |
tree | a7f861f665ab563c2cf0231d0ab5554a9dc994d6 /client/src/app/videos/+video-edit/video-update.component.html | |
parent | ff249f499ccca2e37757f338384e7ba44c906a69 (diff) | |
download | PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.gz PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.zst PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.zip |
Design video update
Diffstat (limited to 'client/src/app/videos/+video-edit/video-update.component.html')
-rw-r--r-- | client/src/app/videos/+video-edit/video-update.component.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/client/src/app/videos/+video-edit/video-update.component.html b/client/src/app/videos/+video-edit/video-update.component.html index c57f35da0..3163495bf 100644 --- a/client/src/app/videos/+video-edit/video-update.component.html +++ b/client/src/app/videos/+video-edit/video-update.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <div class="row"> | 1 | <div class="margin-content"> |
2 | <div class="content-padding"> | 2 | <div class="title-page title-page-single"> |
3 | 3 | Update {{ video?.name }} | |
4 | <h3>Update {{ video?.name }}</h3> | 4 | </div> |
5 | 5 | ||
6 | <form novalidate [formGroup]="form"> | 6 | <form novalidate [formGroup]="form"> |
7 | 7 | ||
@@ -10,12 +10,11 @@ | |||
10 | [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" | 10 | [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" |
11 | ></my-video-edit> | 11 | ></my-video-edit> |
12 | 12 | ||
13 | <div class="form-group"> | 13 | <div class="submit-container"> |
14 | <input | 14 | <div class="submit-button" [ngClass]="{ disabled: !form.valid }"> |
15 | type="button" value="Update" class="btn btn-default form-control" | 15 | <span class="icon icon-validate"></span> |
16 | (click)="update()" | 16 | <input type="button" value="Update" (click)="update()" /> |
17 | > | 17 | </div> |
18 | </div> | 18 | </div> |
19 | </form> | 19 | </form> |
20 | </div> | ||
21 | </div> | 20 | </div> |