aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-30 11:55:58 +0200
committerChocobozzz <me@florianbigard.com>2018-07-30 11:55:58 +0200
commitb7f5b524756e8a30c396ae40a262884766ef6554 (patch)
tree3991eb21ba37007c05670189f85a077c3068b8dc /client/src/app/videos/+video-watch/video-watch.component.html
parent6af6cf831f0c76bc4646b82047733d1b4ef5e26c (diff)
downloadPeerTube-b7f5b524756e8a30c396ae40a262884766ef6554.tar.gz
PeerTube-b7f5b524756e8a30c396ae40a262884766ef6554.tar.zst
PeerTube-b7f5b524756e8a30c396ae40a262884766ef6554.zip
Move subscription helper in the account line
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.html3
1 files changed, 2 insertions, 1 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 8764d38c7..f39b5a94a 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -34,7 +34,6 @@
34 <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> 34 <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" />
35 </a> 35 </a>
36 <!-- Here will be the subscribe button --> 36 <!-- Here will be the subscribe button -->
37 <my-help helpType="custom" i18n-customHtml customHtml="You can subscribe to this account 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 subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>."></my-help>
38 </div> 37 </div>
39 38
40 <div class="video-info-by"> 39 <div class="video-info-by">
@@ -42,6 +41,8 @@
42 <span i18n>By {{ video.by }}</span> 41 <span i18n>By {{ video.by }}</span>
43 <img [src]="video.accountAvatarUrl" alt="Account avatar" /> 42 <img [src]="video.accountAvatarUrl" alt="Account avatar" />
44 </a> 43 </a>
44
45 <my-help helpType="custom" i18n-customHtml customHtml="You can subscribe to this account 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 subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>."></my-help>
45 </div> 46 </div>
46 </div> 47 </div>
47 48