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 | 4 |
1 files changed, 1 insertions, 3 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 630345a35..770785d02 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -126,7 +126,7 @@ | |||
126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> | 126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> |
127 | </a> | 127 | </a> |
128 | 128 | ||
129 | <my-subscribe-button #subscribeButton *ngIf="isUserLoggedIn()" [videoChannel]="video.channel" size="small"></my-subscribe-button> | 129 | <my-subscribe-button #subscribeButton [videoChannel]="video.channel" size="small"></my-subscribe-button> |
130 | </div> | 130 | </div> |
131 | 131 | ||
132 | <div class="video-info-by"> | 132 | <div class="video-info-by"> |
@@ -134,8 +134,6 @@ | |||
134 | <span i18n>By {{ video.byAccount }}</span> | 134 | <span i18n>By {{ video.byAccount }}</span> |
135 | <img [src]="video.accountAvatarUrl" alt="Account avatar" /> | 135 | <img [src]="video.accountAvatarUrl" alt="Account avatar" /> |
136 | </a> | 136 | </a> |
137 | |||
138 | <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."></my-help> | ||
139 | </div> | 137 | </div> |
140 | </div> | 138 | </div> |
141 | 139 | ||