aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.html')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
index f2ed0ac99..aa5b284e7 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
@@ -34,18 +34,13 @@
34 34
35 <ng-template ptTemplate="rowButtons" let-video> 35 <ng-template ptTemplate="rowButtons" let-video>
36 <div class="action-button"> 36 <div class="action-button">
37 <my-delete-button label (click)="deleteVideo(video)"></my-delete-button>
38
39 <my-edit-button label [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button> 37 <my-edit-button label [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
40 38
41 <my-button i18n-label label="Change ownership" 39 <my-action-dropdown [actions]="videoActions" [entry]="{ video: video }"></my-action-dropdown>
42 className="action-button-change-ownership grey-button"
43 icon="ownership-change"
44 (click)="changeOwnership($event, video)"
45 ></my-button>
46 </div> 40 </div>
47 </ng-template> 41 </ng-template>
48</my-videos-selection> 42</my-videos-selection>
49 43
50 44
51<my-video-change-ownership #videoChangeOwnershipModal></my-video-change-ownership> 45<my-video-change-ownership #videoChangeOwnershipModal></my-video-change-ownership>
46<my-live-stream-information #liveStreamInformationModal></my-live-stream-information>