aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-27 16:11:53 +0100
committerChocobozzz <me@florianbigard.com>2017-12-27 16:11:53 +0100
commit4635f59d7c3fea4b97029f10886c62fdf38b2084 (patch)
treed97357a00042bbfb33c4177ee24c01171d28dfce /client/src/app/videos/+video-watch/video-watch.component.html
parentea44f375f5d3da06ca0aebfe871b9f924a26ec29 (diff)
downloadPeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.gz
PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.zst
PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.zip
Add video comment components
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.html7
1 files changed, 7 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 860edecd2..48d1bb474 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -54,6 +54,12 @@
54 </a> 54 </a>
55 </li> 55 </li>
56 56
57 <li *ngIf="isVideoUpdatable()" role="menuitem">
58 <a class="dropdown-item" title="Update this video" href="#" [routerLink]="[ '/videos/edit', video.uuid ]">
59 <span class="icon icon-edit"></span> Update
60 </a>
61 </li>
62
57 <li *ngIf="isVideoRemovable()" role="menuitem"> 63 <li *ngIf="isVideoRemovable()" role="menuitem">
58 <a class="dropdown-item" title="Delete this video" href="#" (click)="removeVideo($event)"> 64 <a class="dropdown-item" title="Delete this video" href="#" (click)="removeVideo($event)">
59 <span class="icon icon-blacklist"></span> Delete 65 <span class="icon icon-blacklist"></span> Delete
@@ -149,6 +155,7 @@
149 </div> 155 </div>
150 </div> 156 </div>
151 157
158 <my-video-comments [video]="video" [user]="user"></my-video-comments>
152 </div> 159 </div>
153 160
154 <div class="other-videos"> 161 <div class="other-videos">