no message
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
<ion-row class="text" *ngIf="this.cruise.text">
|
<ion-row class="text" *ngIf="this.cruise.text">
|
||||||
<ion-col col-12>{{this.cruise.text}}</ion-col>
|
<ion-col col-12 [innerHTML]="this.cruise.text"></ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
</ion-grid>
|
</ion-grid>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user