|
|
@@ -3,7 +3,7 @@
|
|
|
{{ groupEvent?.title }} <span class="owner-idicator">by {{ groupEvent?.owner?.displayName}}</span>
|
|
|
</ng-template>
|
|
|
<ng-template pTemplate="subtitle">
|
|
|
- <span [class.expired]="isEventExpired()">🕑 {{ groupEvent?.startTime?.toFullDateTimeString() }}</span> ↔{{ groupEvent?.track?.distance | distance }} ↑{{ groupEvent?.track?.elevationUp | elevation:'up' }} ↓{{ groupEvent?.track?.elevationDown | elevation:'down' }}
|
|
|
+ <span [class.expired]="isEventExpired()">🕑 {{ groupEvent?.startTime?.toFullDateTimeString() }}</span> <span *ngIf="groupEvent?.track">↔{{ groupEvent?.track?.distance | distance }} ↑{{ groupEvent?.track?.elevationUp | elevation:'up' }} ↓{{ groupEvent?.track?.elevationDown | elevation:'down' }}</span>
|
|
|
</ng-template>
|
|
|
<ng-template pTemplate="content">
|
|
|
<div class="description-text">{{ groupEvent?.description }}</div>
|