Take page size into account. [skip ci]

This commit is contained in:
James Cole
2016-04-21 10:34:16 +02:00
parent ef48a79d0c
commit 0ef5eeeb55
12 changed files with 23 additions and 28 deletions

View File

@@ -38,7 +38,7 @@
<h3 class="box-title">{{ 'transactions'|_ }}</h3>
</div>
<div class="box-body table-responsive no-padding">
{% include 'list/journals' with {sorting:true} %}
{% include 'list.journals' with {sorting:true} %}
</div>
</div>
</div>