This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Collections mehr hervorheben"

Merged Michael Breu requested to merge 460-collections-mehr-hervorheben into development
Viewing commit 033cc445
Next
Show latest version
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -156,7 +156,7 @@
<span jhiTranslate="exercise.containedIn">This exercise is contained in</span>:
<span
>{{ parent!.metadata.title }}
<fa-icon style="padding: 5px 0px 0px 5px" container="body" [icon]="treeIcon"></fa-icon>
<fa-icon style="padding: 5px 0px 0px 5px" container="body" [icon]="upIcon"></fa-icon>
</span>
</div>
<ng-template #helpToParent data-container="body"> {{ 'exercise.help.toParent' | translate }} </ng-template>
@@ -164,7 +164,7 @@
<div *ngIf="hasChildren()">
<span jhiTranslate="exercise.collectionContains">Collection contains</span>:
<ul style="text-align: left">
<li *ngFor="let childInfo of getChildrenInfos()" (click)="toExercise(childInfo.childId)" style="cursor: zoom-in">
<li *ngFor="let childInfo of getChildrenInfos()" (click)="toExercise(childInfo.childId)" style="cursor: pointer">
<span>
{{ childInfo.title }}
</span>