lecturer landing pages added

This commit is contained in:
Benjamin Takats
2023-01-15 14:44:01 +01:00
parent f3c8ebc3c5
commit cee5e7031c
5 changed files with 15 additions and 5 deletions

View File

@@ -635,5 +635,6 @@
"This is the introduction text that is shown on the landing page.": "Das ist der Text, der auf der Landing-Page des Dozenten.",
"This is the subtitle on the landing page.": "Das ist der Untertitel auf der Landing-Page des Dozenten.",
"Subtitle": "Untertitel auf der Landing-Page",
"Intro": "Intro auf der Landing-Page"
"Intro": "Intro auf der Landing-Page",
"This lecturer has not yet written an introduction.": "Dieser Dozent hat noch keine Einführung geschrieben."
}

View File

@@ -627,5 +627,6 @@
"This is the introduction text that is shown on the landing page.": "",
"This is the subtitle on the landing page.": "",
"Subtitle": "",
"Intro": ""
"Intro": "",
"This lecturer has not yet written an introduction.": ""
}

View File

@@ -24,7 +24,7 @@
</x-button>
@endif
<x-button
:href="route('school.landingPage.lecturer', ['country' => $country, 'lecturer' => $row->id])"
:href="route('school.landingPage.lecturer', ['country' => $country, 'lecturer' => $row->slug])"
amber>
<i class="fa fa-thin fa-browser mr-2"></i>
{{ __('Show landing page') }}