parent
8c187698be
commit
1b28e14839
|
|
@ -40,13 +40,16 @@
|
|||
</div>
|
||||
|
||||
<h3
|
||||
v-if="$flavor.showObjectivesTitle"
|
||||
v-if="$flavor.showObjectivesTitle && module.objectiveGroups.length"
|
||||
id="objectives"
|
||||
>
|
||||
<span>Lernziele</span>
|
||||
</h3>
|
||||
|
||||
<div class="module__objective-groups">
|
||||
<div
|
||||
class="module__objective-groups"
|
||||
v-if="module.objectiveGroups.length"
|
||||
>
|
||||
<objective-groups :groups="languageCommunicationObjectiveGroups" />
|
||||
|
||||
<objective-groups :groups="societyObjectiveGroups" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue