no message
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
<h2 class="placename">{{this.cruise.name}}</h2>
|
<h2 class="placename">{{this.cruise.name}}</h2>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
<ion-scroll class="scrollable" scrollY="true">
|
|
||||||
<ion-row class="location" *ngIf="this.cruise.location">
|
<ion-row class="location" *ngIf="this.cruise.location">
|
||||||
<ion-col col-4>Location</ion-col>
|
<ion-col col-4>Location</ion-col>
|
||||||
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
||||||
@@ -21,7 +20,6 @@
|
|||||||
<ion-row class="text" *ngIf="this.cruise.text">
|
<ion-row class="text" *ngIf="this.cruise.text">
|
||||||
<ion-col col-12 [innerHTML]="this.cruise.text"></ion-col>
|
<ion-col col-12 [innerHTML]="this.cruise.text"></ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
</ion-scroll>
|
|
||||||
</ion-grid>
|
</ion-grid>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ page-cruise {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-scroll {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
ion-toolbar {
|
ion-toolbar {
|
||||||
|
|
||||||
.toolbar-background {
|
.toolbar-background {
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
<ion-scroll class="scrollable" scrollY="true">
|
|
||||||
<ion-row class="about" *ngIf="this.profile.details.about">
|
<ion-row class="about" *ngIf="this.profile.details.about">
|
||||||
<ion-col col-12 [innerHTML]="this.profile.details.about"></ion-col>
|
<ion-col col-12 [innerHTML]="this.profile.details.about"></ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
@@ -77,7 +76,6 @@
|
|||||||
<ion-col col-4>Last Tested</ion-col>
|
<ion-col col-4>Last Tested</ion-col>
|
||||||
<ion-col col-8>{{this.profile.details.tested}}</ion-col>
|
<ion-col col-8>{{this.profile.details.tested}}</ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
</ion-scroll>
|
|
||||||
</ion-grid>
|
</ion-grid>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ page-profile {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-scroll {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
ion-toolbar {
|
ion-toolbar {
|
||||||
|
|
||||||
.toolbar-background {
|
.toolbar-background {
|
||||||
|
|||||||
Reference in New Issue
Block a user