diff options
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.html | 6 |
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> |