This commit is contained in:
Georgi Prodanov 2016-10-27 20:52:43 +03:00 коммит произвёл GitHub
Родитель 6ca8be5e97
Коммит 32abe64068
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<Label *ngIf="getEventDate(event)" [text]="getEventDate(event) | date:dateFormat | uppercase" col="0" class="event-date"></Label>
<Label [text]="getRemainingTime(event)" col="1" class="event-remaining-time"></Label>
</GridLayout>
<!--<Image *ngIf="event.Image" src="{{event.ImageUrl}}"></Image>-->
<Image *ngIf="event.Image" src="{{event.ImageUrl}}"></Image>
<Label [text]="event.Description" textWrap="true" class="event-description"></Label>
<StackLayout orientation="horizontal" class="event-organiser">
<Label [text]="event.Organizer.DisplayName + ' | '"></Label>