mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Make sure bills show attachment notes
This commit is contained in:
@@ -129,9 +129,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
({{ att.size|filesize }})
|
({{ att.size|filesize }})
|
||||||
{% if att.description %}
|
{% if att.notes.first %}
|
||||||
<br/>
|
<br/>
|
||||||
<em>{{ att.description }}</em>
|
<em>{{ att.notes.first.text|markdown }}</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user