aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-09 15:35:55 +0200
committerChocobozzz <me@florianbigard.com>2018-05-11 08:48:20 +0200
commitc663955b259d356806c7b79b535fd5cfaeaf2b5e (patch)
treecc43089b617d7068f8655d0dfba782418bc003e8 /client/src/app/+my-account/my-account-videos/my-account-videos.component.html
parent4c200caae63b3f5602dcd93e94b52c39e01857fe (diff)
downloadPeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.tar.gz
PeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.tar.zst
PeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.zip
Route: Video edit -> video update
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.html2
1 files changed, 1 insertions, 1 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 66ce3a77b..a31cb0c3d 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
@@ -38,7 +38,7 @@
38 <div class="video-buttons" *ngIf="isInSelectionMode() === false"> 38 <div class="video-buttons" *ngIf="isInSelectionMode() === false">
39 <my-delete-button (click)="deleteVideo(video)"></my-delete-button> 39 <my-delete-button (click)="deleteVideo(video)"></my-delete-button>
40 40
41 <my-edit-button [routerLink]="[ '/videos', 'edit', video.uuid ]"></my-edit-button> 41 <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
42 </div> 42 </div>
43 </div> 43 </div>
44 </div> 44 </div>