aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-share.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-share.component.html')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-share.component.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.html b/client/src/app/videos/+video-watch/modal/video-share.component.html
index a20c320a4..301f67f2d 100644
--- a/client/src/app/videos/+video-watch/modal/video-share.component.html
+++ b/client/src/app/videos/+video-watch/modal/video-share.component.html
@@ -5,6 +5,14 @@
5 </div> 5 </div>
6 6
7 <div class="modal-body"> 7 <div class="modal-body">
8
9 <div *ngIf="currentVideoTimestampString" class="start-at">
10 <my-peertube-checkbox
11 inputName="startAt" [(ngModel)]="startAtCheckbox"
12 i18n-labelText [labelText]="getStartCheckboxLabel()"
13 ></my-peertube-checkbox>
14 </div>
15
8 <div class="form-group"> 16 <div class="form-group">
9 <label i18n>URL</label> 17 <label i18n>URL</label>
10 <div class="input-group input-group-sm"> 18 <div class="input-group input-group-sm">
@@ -39,13 +47,6 @@
39 </div> 47 </div>
40 </div> 48 </div>
41 49
42 <div *ngIf="currentVideoTimestampString" class="start-at">
43 <my-peertube-checkbox
44 inputName="startAt" [(ngModel)]="startAtCheckbox"
45 i18n-labelText [labelText]="getStartCheckboxLabel()"
46 ></my-peertube-checkbox>
47 </div>
48
49 <div class="modal-footer inputs"> 50 <div class="modal-footer inputs">
50 <span i18n class="action-button action-button-cancel" (click)="hide()">Close</span> 51 <span i18n class="action-button action-button-cancel" (click)="hide()">Close</span>
51 </div> 52 </div>