fix: nav bar cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% set _lastPage = paginator.lastPage %}
|
||||
{% set _showingPerPage = (_currentPage == _lastPage) ? paginator.total - (this.perPage * (_lastPage - 1)) : paginator.items.query.maxResults %}
|
||||
|
||||
<p class="text-white mt-1">Showing {{ _showingPerPage }} of {{ paginator.total }} results</p>
|
||||
<p class="text-white mt-1">Showing {{ _showingPerPage }} of {{ paginator.total }} total results</p>
|
||||
|
||||
{% if paginator.lastPage > 1 %}
|
||||
<nav>
|
||||
|
||||
Reference in New Issue
Block a user