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
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</a> </a>
{% endif %} {% 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> <span class="text-grey-500 hidden md:flex flex-col px-2 justify-center">...</span>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment