mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 17:39:49 -04:00

* this should keep the memory foot print lower when saving pages * fixed some strongs display issues TODO: need to put error display logic in the individual components
14 lines
449 B
HTML
14 lines
449 B
HTML
<ion-item class="title error-title" padding (swipe)="close()">
|
|
Error
|
|
<button ion-button icon-only item-right large clear (click)="close()">
|
|
<ion-icon name="close-circle"></ion-icon>
|
|
</button>
|
|
</ion-item>
|
|
<ion-card-content>
|
|
<br>
|
|
<p>{{cardItem.qry}}</p>
|
|
</ion-card-content>
|
|
<button ion-button icon-left clear small (click)="close()">
|
|
<ion-icon name="close-circle"></ion-icon>
|
|
<div>Close</div>
|
|
</button> |