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