Debug code for transaction view. [skip ci]

This commit is contained in:
James Cole
2018-04-16 18:02:35 +02:00
parent 58a6a95d90
commit b3af744041

View File

@@ -347,6 +347,8 @@
<h3 class="box-title">{{ 'transactions'|_ }}</h3>
</div>
<div class="box-body no-padding">
{{ dump(transactions) }}
{{ dump(transactions|length) }}
<table class="table table-bordered table-striped">
<thead>
<tr>
@@ -360,8 +362,8 @@
</thead>
<tbody>
{{ dump(transactions|length) }}
{% set maxIdentifier = 1 %}
{#{% set maxIdentifier = ((transactions|length) / 2) -1 %}#}
{% for x in 0..maxIdentifier %}
<tr>