Skip to content
Snippets Groups Projects
Commit 05943bd8 authored by Ron Lucke's avatar Ron Lucke
Browse files

Beschreibung im Block Karriere wird nicht angeziegt

Closes #3144

Merge request studip/studip!3305
parent 40939400
No related branches found
No related tags found
No related merge requests found
......@@ -27,15 +27,16 @@
<h3>{{ item.date ? getReadableDate(item.date) : ''}}{{ item.enddate ? ' - ' + getReadableDate(item.enddate) : '' }}</h3>
<article>
<header>{{ getItemTypeName(item.type) }}</header>
<div v-if="item.type === 'school'">
<template v-if="item.type === 'school'">
<p>{{ $gettext('Bezeichnung der Qualifikation') }}: {{ item.qualification }}</p>
<p>{{ $gettext('Hauptfächer / Schwerpunkt') }}: {{ item.focus }}</p>
<p>{{ $gettext('berufliche Fähigkeiten') }}: {{ item.skills }}</p>
</div>
<div v-if="item.type === 'experience'">
</template>
<template v-if="item.type === 'experience'">
<p>{{ $gettext('Name des Arbeitgebers') }}: {{ item.employer }}</p>
<p>{{ $gettext('Beruf / Funktion') }}: {{ item.job }}</p>
</div>
</template>
<p>{{ item.description }}</p>
</article>
</div>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment