mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix #1293
This commit is contained in:
@@ -70,12 +70,14 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if account.notes.count == 1 %}
|
{% if account.notes.count == 1 %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="box">
|
<div class="col-lg-12">
|
||||||
<div class="box-header with-border">
|
<div class="box">
|
||||||
<h3 class="box-title">{{ 'notes'|_ }}</h3>
|
<div class="box-header with-border">
|
||||||
</div>
|
<h3 class="box-title">{{ 'notes'|_ }}</h3>
|
||||||
<div class="box-body">
|
</div>
|
||||||
{{ account.notes.first.text|markdown }}
|
<div class="box-body">
|
||||||
|
{{ account.notes.first.text|markdown }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user