mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Debug code for transaction view. [skip ci]
This commit is contained in:
parent
1aa9461370
commit
58a6a95d90
@ -360,7 +360,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
{% set maxIdentifier = ((transactions|length) / 2) -1 %}
|
||||
{{ dump(transactions|length) }}
|
||||
|
||||
{#{% set maxIdentifier = ((transactions|length) / 2) -1 %}#}
|
||||
{% for x in 0..maxIdentifier %}
|
||||
<tr>
|
||||
{# loop each transaction in the array.#}
|
||||
|
Loading…
Reference in New Issue
Block a user