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 | 3 |
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 | ||