Back to Peertube

Video Manage Container.Component

client/src/app/+videos-publish-manage/shared-manage/video-manage-container.component.html

8.1.5564 B
Original Source

Cancel

{{ getVideo().name }}

@if (canWatch()) { Watch the video } @if (hasStudioTasks()) { Save and run studio tasks } @else if (hasReplaceFile()) { Save and replace file } @else { Save }

@if (getVideoError()?.title) {

{{ getVideoError().title }}

{{ getVideoError().main }}

} @if (getVideoWarning()?.title) {

{{ getVideoWarning().title }} {{ getVideoWarning().manageMain }}{{ getVideoWarning().manageSecondary }} @if (getVideoWarning().routerLink) { {{ getVideoWarning().routerLink.text }} } } @if (displayFormErrorsMsg && hasFormErrors()) { }