Take page size into account.

This commit is contained in:
James Cole
2016-04-21 09:00:32 +02:00
parent e293d69798
commit 98c057c516
4 changed files with 27 additions and 12 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.twig' with {sorting:true} %}
{% include 'list/journals' with {sorting:true} %}
</div>
</div>
</div>