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