mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Search in attachment file names and attachments notes.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
{% endif %}
|
||||
</a>
|
||||
({{ attachment.size|filesize }})
|
||||
{% if null != attachment.notes_text and '' != attachment.notes_text %}
|
||||
{{ attachment.notes_text|default('')|markdown }}
|
||||
{% if null != attachment.notes and '' != attachment.notes %}
|
||||
{{ attachment.notes|default('')|markdown }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if not attachment.file_exists %}
|
||||
|
Reference in New Issue
Block a user