no message
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
</button>
|
</button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
<div id="detail-overlay" class="details" swipeAll (swipedown)="closeCruiseDetails($event)" (swipeup)="openCruiseDetails($event)" (click)="toggleCruiseDetails($event)">
|
<div id="detail-overlay" class="details">
|
||||||
<ion-grid>
|
<ion-grid>
|
||||||
<ion-row nowrap align-items-center justify-content-between>
|
<ion-row nowrap align-items-center justify-content-between swipeAll (swipedown)="closeCruiseDetails($event)" (swipeup)="openCruiseDetails($event)" (click)="toggleCruiseDetails($event)">
|
||||||
<ion-col col-8>
|
<ion-col col-8>
|
||||||
<h2 class="placename">{{this.cruise.name}}</h2>
|
<h2 class="placename">{{this.cruise.name}}</h2>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
</ion-buttons-->
|
</ion-buttons-->
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
||||||
<div id="detail-overlay" class="details" swipeAll (swipedown)="closeProfileDetails($event)" (swipeup)="openProfileDetails($event)" (click)="toggleProfileDetails($event)">
|
<div id="detail-overlay" class="details">
|
||||||
<ion-grid>
|
<ion-grid>
|
||||||
<ion-row nowrap align-items-center justify-content-between>
|
<ion-row nowrap align-items-center justify-content-between swipeAll (swipedown)="closeProfileDetails($event)" (swipeup)="openProfileDetails($event)" (click)="toggleProfileDetails($event)">
|
||||||
<ion-col col-8>
|
<ion-col col-8>
|
||||||
<h2 class="display-name">{{this.profile.details.name}}</h2>
|
<h2 class="display-name">{{this.profile.details.name}}</h2>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user