Expand view [skip ci]

This commit is contained in:
James Cole 2016-10-10 13:27:35 +02:00
parent 89f2328846
commit 10af888a97

View File

@ -61,6 +61,12 @@
{% endif %} {% endif %}
</a> </a>
{{ splitJournalIndicator(transaction.journal_id) }} {{ splitJournalIndicator(transaction.journal_id) }}
{% if transaction.transactionJournal.attachments|length > 0 %}
<i class="fa fa-paperclip"
title="{{ Lang.choice('firefly.nr_of_attachments', journal.attachments|length, {count: journal.attachments|length}) }}"></i>
{% endif %}
</td> </td>
<td> <td>
<!-- format amount of transaction --> <!-- format amount of transaction -->