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