File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1111 < h3 class ="post-name "> {{ post?.name }}</ h3 >
1212 </ div >
1313
14- < p class ="card-text mb-2 "> {{ post?.description }}</ p >
15-
1614 < h6 > Гости:</ h6 >
1715 < div class ="col-12 mb-3 mx-3 ">
1816 < ul *ngFor ="let guest of post?.guests " class ="list-group ">
1917 < li > {{guest}}</ li >
2018 </ ul >
2119 </ div >
2220
23-
2421 < h6 > Темы:</ h6 >
2522 < div class ="col-12 mb-3 mx-3 ">
2623 < ul *ngFor ="let theme of episode?.themeList " class ="list-group ">
2724 < li *ngIf ="theme.timecode ">
25+ < span > < em > < a href ="javascript:void(0) " (click) ="seekToTime(theme.timecode) " class ="them-time "> {{theme.timecode}}</ a > </ em > - </ span >
2826 < span [innerHTML] ="theme.title | linkifyWithText "> </ span >
29- < span > - < em >
30- < a href ="javascript:void(0) " (click) ="seekToTime(theme.timecode) " class ="them-time "> {{theme.timecode}}</ a >
31- </ em >
32- </ span >
3327 </ li >
3428 </ ul >
3529 </ div >
3630
31+ < h6 *ngIf ="post?.description "> Темы:</ h6 >
32+ < p class ="card-text mb-3 " [innerHTML] ="post?.description | linkifyWithText "> </ p >
33+
3734 < div class ="player mb-3 ">
3835 < iframe width ="100% " height ="20 " scrolling ="no " frameborder ="no " allow ="autoplay " [src] ="post?.link | safeResourceUrl ">
3936 </ iframe >
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ <h2>Create post</h2>
1919 < div *ngIf ="f.shortDescription.errors.required "> Short Description is required</ div >
2020 </ div >
2121 </ div >
22- < div class ="form-group ">
23- < label > Description</ label >
24- < textarea formControlName ="description " class ="form-control "> </ textarea >
25- </ div >
2622 < div class ="form-group ">
2723 < label > Guests:</ label >
2824 < div class ="input-group mb-3 ">
@@ -43,6 +39,10 @@ <h2>Create post</h2>
4339 </ li >
4440 </ ul >
4541 </ div >
42+ < div class ="form-group ">
43+ < label > Additional info:</ label >
44+ < textarea formControlName ="description " class ="form-control " rows ="5 "> </ textarea >
45+ </ div >
4646 < div class ="form-group ">
4747 < label > Themes:</ label >
4848 < div *ngFor ="let theme of episode?.themeList ">
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ <h2>Create post</h2>
1919 < div *ngIf ="f.shortDescription.errors.required "> Short Description is required</ div >
2020 </ div >
2121 </ div >
22- < div class ="form-group ">
23- < label > Description</ label >
24- < textarea formControlName ="description " class ="form-control "> </ textarea >
25- </ div >
2622 < div class ="form-group ">
2723 < label > Guests:</ label >
2824 < div class ="input-group mb-3 ">
@@ -43,6 +39,10 @@ <h2>Create post</h2>
4339 </ li >
4440 </ ul >
4541 </ div >
42+ < div class ="form-group ">
43+ < label > Additional info:</ label >
44+ < textarea formControlName ="description " class ="form-control " rows ="5 "> </ textarea >
45+ </ div >
4646 < div class ="form-group ">
4747 < label > Themes:</ label >
4848 < div *ngFor ="let theme of episode?.themeList ">
You can’t perform that action at this time.
0 commit comments