no message
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
</button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
<div id="detail-overlay" class="details" swipeAll (swipedown)="closeCruiseDetails($event)" (swipeup)="openCruiseDetails($event)" (click)="toggleCruiseDetails($event)">
|
||||
<ion-grid>
|
||||
<ion-row nowrap align-items-center justify-content-between>
|
||||
@@ -14,6 +13,7 @@
|
||||
<h2 class="placename">{{this.cruise.name}}</h2>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-scroll scrollY="true">
|
||||
<ion-row class="location" *ngIf="this.cruise.location">
|
||||
<ion-col col-4>Location</ion-col>
|
||||
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
||||
@@ -21,6 +21,7 @@
|
||||
<ion-row class="text" *ngIf="this.cruise.text">
|
||||
<ion-col col-12 [innerHTML]="this.cruise.text"></ion-col>
|
||||
</ion-row>
|
||||
</ion-scroll>
|
||||
</ion-grid>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
</button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-scroll scrollY="true">
|
||||
<ion-row class="about" *ngIf="this.profile.details.about">
|
||||
<ion-col col-12 [innerHTML]="this.profile.details.about"></ion-col>
|
||||
</ion-row>
|
||||
@@ -76,6 +77,7 @@
|
||||
<ion-col col-4>Last Tested</ion-col>
|
||||
<ion-col col-8>{{this.profile.details.tested}}</ion-col>
|
||||
</ion-row>
|
||||
</ion-scroll>
|
||||
</ion-grid>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user