diff options
Diffstat (limited to 'client/src/app/+manage')
-rw-r--r-- | client/src/app/+manage/video-channel-edit/video-channel-edit.component.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html index f71f73fec..420881f5a 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html | |||
@@ -66,13 +66,11 @@ | |||
66 | helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).<br /><br /> | 66 | helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).<br /><br /> |
67 | When a video is uploaded in this channel, the video support field will be automatically filled by this text." | 67 | When a video is uploaded in this channel, the video support field will be automatically filled by this text." |
68 | ></my-help> | 68 | ></my-help> |
69 | |||
69 | <my-markdown-textarea | 70 | <my-markdown-textarea |
70 | id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced" | 71 | id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced" |
71 | [classes]="{ 'input-error': formErrors['support'] }" | 72 | [formError]="formErrors['support']" |
72 | ></my-markdown-textarea> | 73 | ></my-markdown-textarea> |
73 | <div *ngIf="formErrors.support" class="form-error"> | ||
74 | {{ formErrors.support }} | ||
75 | </div> | ||
76 | </div> | 74 | </div> |
77 | 75 | ||
78 | <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()"> | 76 | <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()"> |