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
Compare and
7 files
+ 42
13
Compare changes
  • Side-by-side
  • Inline
Files
7
<div *ngIf="exercise" style="height: 100%">
<div class="card">
<div class="card {{ hasChildren() ? 'cardForComponent' : '' }}">
<jhi-review-badge *ngIf="exercise.searchStatistics?.badgeRewarded"></jhi-review-badge>
<div class="card-body" style="display: flex; flex-direction: column">
<img
@@ -19,7 +19,8 @@
"
/>
<h5 class="card-title">{{ exercise.metadata.title }}</h5>
<p class="card-text" style="text-align: left">{{ exercise.metadata.description }}</p>
<p *ngIf="hasChildren()" class="collection-info" jhiTranslate="exercise.collection">Collection</p>
<p class="card-text">{{ exercise.metadata.description }}</p>
<div style="margin-top: auto; width: 100%; padding-left: 30px; padding-right: 30px">
<!-- card rating-->