A fix in the model and a simple view for attachments.

This commit is contained in:
James Cole
2015-07-18 21:12:34 +02:00
parent 6a9574bab9
commit 359fab315f
4 changed files with 52 additions and 2 deletions

View File

@@ -52,6 +52,10 @@
</td>
<td>
<a href="{{ route('transactions.show',journal.id) }}" title="{{ journal.description }}">{{ journal.description }}</a>
{% if journal.attachments|length > 0 %}
<i class="fa fa-paperclip pull-right"></i>
{% endif %}
</td>
<td>
{% if not hideTags %}