Back to Peertube

Action Buttons.Component

client/src/app/+video-watch/shared/action-buttons/action-buttons.component.html

8.1.5254 B
Original Source

@if (video().support) { SUPPORT } SHARE @if (isVideoAddableToPlaylist()) { SAVE

} @if (!isUserLoggedIn() && !video().isLive) { @if (isVideoDownloadable()) { DOWNLOAD } }

@if (video().likes !== 0 || video().dislikes !== 0) {

}

@if (video()) { }