Merging explore-redesign branch into develop for Explore July release #7
|
@ -8,7 +8,7 @@ declare var UIkit;
|
|||
@Component({
|
||||
selector: 'availableOn',
|
||||
template: `
|
||||
<ng-container *ngIf="availableOn">
|
||||
<ng-container *ngIf="availableOn && availableOn.length > 0">
|
||||
<div class="uk-flex uk-flex-middle">
|
||||
<ng-container *ngIf="availableOn[0].downloadUrl">
|
||||
<span *ngIf="source" class="uk-margin-xsmall-right">Source: </span>
|
||||
|
|
Loading…
Reference in New Issue