mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix view of bills.
This commit is contained in:
@@ -91,13 +91,13 @@
|
||||
<a href="{{ route('bills.rescan',object.data.id) }}" class="btn btn-default">{{ 'rescan_old'|_ }}</a>
|
||||
</div>
|
||||
</div>
|
||||
{% if object.data.notes != '' %}
|
||||
{% if object.data.notes.data[0] %}
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'notes'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body table-responsive">
|
||||
{{ object.data.notes }}
|
||||
{{ object.data.notes.data[0].markdown|raw }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user