Skip to content
Snippets Groups Projects
Commit 3fc50f39 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix pagination ... display

parent cb2088df
No related branches found
No related tags found
1 merge request!7Release
Pipeline #13002 passed
......@@ -25,7 +25,7 @@
</a>
{% endif %}
{% if page.has_previous and page.previous_page_number != 2 %}
{% if page.has_previous and page.previous_page_number > 2 %}
<span class="text-grey-500 hidden md:flex flex-col px-2 justify-center">...</span>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment