aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-20 17:53:58 +0100
committerChocobozzz <me@florianbigard.com>2017-12-20 17:53:58 +0100
commit6725d05c5f71e0cdf0deba6692220b73e42e7ffa (patch)
treeb8a63f684c68fa5cd27811118f5ad60bda688b5e /client/src/app/videos/+video-watch/video-watch.component.html
parent5f0805d39b94eb2de1b73e0f43ac8685ae900994 (diff)
downloadPeerTube-6725d05c5f71e0cdf0deba6692220b73e42e7ffa.tar.gz
PeerTube-6725d05c5f71e0cdf0deba6692220b73e42e7ffa.tar.zst
PeerTube-6725d05c5f71e0cdf0deba6692220b73e42e7ffa.zip
Add ability to remove a video on watch page
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html
index e3214a331..e9ca336dd 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -49,6 +49,12 @@
49 <span class="icon icon-blacklist"></span> Blacklist 49 <span class="icon icon-blacklist"></span> Blacklist
50 </a> 50 </a>
51 </li> 51 </li>
52
53 <li *ngIf="isVideoRemovable()" role="menuitem">
54 <a class="dropdown-item" title="Delete this video" href="#" (click)="removeVideo($event)">
55 <span class="icon icon-blacklist"></span> Delete
56 </a>
57 </li>
52 </ul> 58 </ul>
53 </div> 59 </div>
54 </div> 60 </div>