mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
minor tweak to note xref display
This commit is contained in:
parent
bb3d3ef5b6
commit
8160503f06
@ -56,3 +56,4 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
|
||||
- Test note persistence
|
||||
- Test note search
|
||||
- Make card icons configurable (for future)
|
||||
- remove old ionic project
|
||||
|
@ -16,7 +16,7 @@
|
||||
<ngx-md class="markdown" *ngIf="cardItem.data">{{
|
||||
cardItem.data.content
|
||||
}}</ngx-md>
|
||||
<mat-expansion-panel>
|
||||
<mat-expansion-panel *ngIf="cardItem.data.xref && cardItem.data.xref !== ''">
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title>
|
||||
Cross References
|
||||
|
Loading…
x
Reference in New Issue
Block a user