mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand test coverage and improve transaction management code.
This commit is contained in:
10
resources/views/v1/list/journals-array-tiny.twig
Normal file
10
resources/views/v1/list/journals-array-tiny.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="list-group">
|
||||
{% for journal in journals %}
|
||||
<a class="list-group-item" href="{{ route('transactions.show', [journal.transaction_group_id]) }}">
|
||||
{{ journal.description }}
|
||||
<span class="pull-right small">
|
||||
{{ journalArrayAmount(journal) }}
|
||||
</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user