aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-02 11:14:59 +0200
committerChocobozzz <me@florianbigard.com>2018-10-02 11:19:12 +0200
commit53877968a6bff713be6f0e15042e13a5da5e5e1a (patch)
tree5c88ce7aa0b578e667c35a13c874734838779575 /client/src/app/videos/+video-watch/comment/video-comments.component.html
parentd95fdb5af958f84af876356e4293ae2d1be05161 (diff)
downloadPeerTube-53877968a6bff713be6f0e15042e13a5da5e5e1a.tar.gz
PeerTube-53877968a6bff713be6f0e15042e13a5da5e5e1a.tar.zst
PeerTube-53877968a6bff713be6f0e15042e13a5da5e5e1a.zip
Add comments feeds popover in watch page
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html
index 5aebd7f24..42e129d65 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html
@@ -3,9 +3,8 @@
3 <div i18n class="title-page title-page-single"> 3 <div i18n class="title-page title-page-single">
4 Comments 4 Comments
5 </div> 5 </div>
6 <my-help 6
7 *ngIf="video.commentsEnabled === true" helpType="custom" i18n-customHtml 7 <my-video-feed [syndicationItems]="syndicationItems"></my-video-feed>
8 customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and find back the video."></my-help>
9 </div> 8 </div>
10 9
11 <ng-template [ngIf]="video.commentsEnabled === true"> 10 <ng-template [ngIf]="video.commentsEnabled === true">