Revision 52452
Added by Argiro Kokogiannaki over 6 years ago
community.component.html | ||
---|---|---|
24 | 24 |
</blockquote> |
25 | 25 |
<div *ngIf="community.subjects != null"> |
26 | 26 |
<span *ngFor="let subject of community.subjects.slice(0,10) let i=index"> |
27 |
<span *ngIf="subject != ''" class="uk-label">{{subject}}</span> |
|
27 |
<span *ngIf="subject != ''" class="uk-label uk-margin-small-bottom">{{subject}}</span>
|
|
28 | 28 |
<!-- <span *ngIf=" i<9 && i<(community.subjects.length-1)"> </span> --> |
29 | 29 |
</span> |
30 | 30 |
<span *ngIf="showAll"> |
Also available in: Unified diff
Add new Content Page, add property in order to add or not the link in bottom menu