mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 01:49:53 -04:00
11 lines
415 B
HTML
11 lines
415 B
HTML
![]() |
<ion-item class="title" padding>
|
||
|
{{item.prefix}}{{item.sn}}
|
||
|
<button ion-button icon-only item-right large clear (click)="close()">
|
||
|
<ion-icon name="close-circle"></ion-icon>
|
||
|
</button>
|
||
|
</ion-item>
|
||
|
<ion-card-content>
|
||
|
<p>
|
||
|
<b>{{item.def.tr}} ({{item.def.sn}})</b> - {{item.def.p}} - {{item.def.lemma}} - <span [innerHTML]="item.def.de"></span><br />
|
||
|
</p>
|
||
|
</ion-card-content>
|