aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.html
diff options
context:
space:
mode:
authorRigel <sendmemail@rigelk.eu>2018-05-07 17:40:46 +0200
committerChocobozzz <me@florianbigard.com>2018-05-11 08:28:55 +0200
commit169310b288ea4ecfd0a664bc0829b404e1cc7bc2 (patch)
tree7aebf9a39f9121a70a3163d0828aa9f24c22647b /client/src/app/videos/+video-watch/comment/video-comments.component.html
parentdea65ef24130c9024dccecd3ec5f04890c44eabb (diff)
downloadPeerTube-169310b288ea4ecfd0a664bc0829b404e1cc7bc2.tar.gz
PeerTube-169310b288ea4ecfd0a664bc0829b404e1cc7bc2.tar.zst
PeerTube-169310b288ea4ecfd0a664bc0829b404e1cc7bc2.zip
adding basic helpers to guide users for comments/subscribe to accounts
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.html7
1 files changed, 5 insertions, 2 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 6f3e57160..114a56dc7 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
@@ -1,6 +1,9 @@
1<div> 1<div>
2 <div class="title-page title-page-single"> 2 <div class="title-block">
3 Comments 3 <div class="title-page title-page-single">
4 Comments
5 </div>
6 <my-help *ngIf="video.commentsEnabled === true" helpType="custom" 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.displayName}}@{{video.account.host}}</strong> and find back the video. Direct commenting capabilities are being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/224'>#224</a>."></my-help>
4 </div> 7 </div>
5 8
6 <ng-template [ngIf]="video.commentsEnabled === true"> 9 <ng-template [ngIf]="video.commentsEnabled === true">