Skip to content

Commit

Permalink
Merge pull request #2464 from bolt/Show-total-number-of-records-on-li…
Browse files Browse the repository at this point in the history
…sting

Show total number of records on listing
  • Loading branch information
bobdenotter committed Mar 13, 2021
2 parents a73fbfd + 2c28374 commit c1c21e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/content/listing.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
{% endfor %}
</li>
{% endif %}
<li>Total: {{ records.nbResults }} Records</li>
</ul>

</div>
Expand Down

0 comments on commit c1c21e3

Please sign in to comment.