mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
10 lines
282 B
HTML
10 lines
282 B
HTML
![]() |
<ion-item class="title error-title" padding>
|
||
|
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>{{item}}</p>
|
||
|
</ion-card-content>
|