diff --git a/frontend/app/features/content/pages/content/content-page.component.html b/frontend/app/features/content/pages/content/content-page.component.html index 07b001c4e..e4c83ec18 100644 --- a/frontend/app/features/content/pages/content/content-page.component.html +++ b/frontend/app/features/content/pages/content/content-page.component.html @@ -110,12 +110,16 @@ + [content]="content" + [language]="language" + [languages]="languages"> + [content]="content" + [language]="language" + [languages]="languages"> diff --git a/frontend/app/features/content/pages/content/references/content-references.component.ts b/frontend/app/features/content/pages/content/references/content-references.component.ts index b232bb6cc..dcadc8a18 100644 --- a/frontend/app/features/content/pages/content/references/content-references.component.ts +++ b/frontend/app/features/content/pages/content/references/content-references.component.ts @@ -24,6 +24,9 @@ export class ContentReferencesComponent implements OnChanges { @Input() public language: AppLanguageDto; + @Input() + public languages: ReadonlyArray; + @Input() public mode: 'references' | 'referencing' = 'references'; diff --git a/frontend/app/features/content/shared/references/content-creator.component.html b/frontend/app/features/content/shared/references/content-creator.component.html index 7dcb4b2dc..eaca8afcd 100644 --- a/frontend/app/features/content/shared/references/content-creator.component.html +++ b/frontend/app/features/content/shared/references/content-creator.component.html @@ -2,7 +2,7 @@
- diff --git a/frontend/app/features/content/shared/references/content-selector.component.html b/frontend/app/features/content/shared/references/content-selector.component.html index 5f2563466..1f6e65e10 100644 --- a/frontend/app/features/content/shared/references/content-selector.component.html +++ b/frontend/app/features/content/shared/references/content-selector.component.html @@ -2,8 +2,8 @@
- +